Skip to content

Commit f8e6484

Browse files
authored
Merge pull request #55 from ryankurte/fix/nix-0.14
bump nix to 0.14 to fix compilation issues
2 parents 409bab1 + 3d21f67 commit f8e6484

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "sysfs_gpio"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["Paul Osborne <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rust-embedded/rust-sysfs-gpio"
@@ -15,6 +15,6 @@ use_tokio = ["futures", "tokio", "mio-evented"]
1515

1616
[dependencies]
1717
futures = { version = "0.1", optional = true }
18-
nix = "0.10.0"
18+
nix = "0.14.0"
1919
mio = { version = "0.6", optional = true }
2020
tokio = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)