Skip to content

Commit 6c0b7f3

Browse files
authored
Merge pull request #125 from cgwalters/bump-nix
lib: Bump to newer nix
2 parents ff75e70 + d7c24c9 commit 6c0b7f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ libc = "^0.2"
2525
liboverdrop = "0.1.0"
2626
once_cell = "1.9"
2727
openssl = "^0.10"
28-
nix = ">= 0.24, < 0.26"
28+
# TODO drop this in favor of rustix
29+
nix = { version = "0.27", features = ["ioctl"] }
2930
regex = "1.7.1"
3031
rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] }
3132
schemars = "0.8.6"

0 commit comments

Comments
 (0)