Skip to content

Commit c2611e2

Browse files
authored
Merge pull request #49 from ryankurte/fix/nix-0.14
bump nix to 0.14 to fix libc issues
2 parents d505a95 + 701a07e commit c2611e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "i2cdev"
4-
version = "0.4.1"
4+
version = "0.4.2"
55
authors = ["Paul Osborne <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rust-embedded/rust-i2cdev"
@@ -17,7 +17,7 @@ https://www.kernel.org/doc/Documentation/i2c/dev-interface
1717
libc = "0.2"
1818
bitflags = "1"
1919
byteorder = "1"
20-
nix = "0.11"
20+
nix = "0.14"
2121

2222
[dev-dependencies]
2323
docopt = "0.8"

0 commit comments

Comments
 (0)