Skip to content

Commit e9d692b

Browse files
committed
Allow nix 0.23.
1 parent 3db19e9 commit e9d692b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Provides API for safe access to Linux i2c device interface.
1818
libc = "0.2"
1919
bitflags = "1.3"
2020
byteorder = "1"
21-
nix = "0.22"
21+
nix = ">= 0.22, < 0.24"
2222

2323
[dev-dependencies]
2424
docopt = "1"

0 commit comments

Comments
 (0)