Skip to content

Commit 182235b

Browse files
bors[bot]ryankurte
andcommitted
14: Bump i2cdev version r=therealprof a=ryankurte rust-i2cdev has a new minor version that removes a pile of dependencies (and speeds up builds measurably), see: rust-embedded/rust-i2cdev#47 This PR bumps i2cdev to the updated version and adds a missing newline to the end of cargo.toml Co-authored-by: Ryan Kurte <[email protected]>
2 parents 8967f26 + d32ec2f commit 182235b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ version = "0.2.1"
1010

1111
[dependencies]
1212
embedded-hal = { version = "0.2.0", features = ["unproven"] }
13-
i2cdev = "0.3.1"
13+
i2cdev = "0.4.1"
1414
spidev = "0.3.0"
1515
sysfs_gpio = "0.5.1"
1616

1717
[dependencies.cast]
1818
# we don't need the `Error` implementation
1919
default-features = false
20-
version = "0.2.2"
20+
version = "0.2.2"

0 commit comments

Comments
 (0)