Skip to content

Commit e8a4d20

Browse files
committed
Updated nix dependency version to 0.14
1 parent 47aad16 commit e8a4d20

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 = "gpio-cdev"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Paul Osborne <[email protected]>", "Frank Pagliughi <[email protected]>"]
55
description = "Linux GPIO Character Device Support (/dev/gpiochipN)"
66
homepage = "https://github.com/posborne/rust-gpio-cdev"
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
bitflags = "1.0"
1515
error-chain = "0.12"
1616
libc = "0.2"
17-
nix = "0.11"
17+
nix = "0.14"
1818

1919
[dev-dependencies]
2020
quicli = "0.2"

0 commit comments

Comments
 (0)