We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d505a95 + 701a07e commit c2611e2Copy full SHA for c2611e2
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "i2cdev"
4
-version = "0.4.1"
+version = "0.4.2"
5
authors = ["Paul Osborne <[email protected]>"]
6
license = "MIT/Apache-2.0"
7
repository = "https://github.com/rust-embedded/rust-i2cdev"
@@ -17,7 +17,7 @@ https://www.kernel.org/doc/Documentation/i2c/dev-interface
17
libc = "0.2"
18
bitflags = "1"
19
byteorder = "1"
20
-nix = "0.11"
+nix = "0.14"
21
22
[dev-dependencies]
23
docopt = "0.8"
0 commit comments