Skip to content

Commit

Permalink
Merge pull request containers#125 from cgwalters/bump-nix
Browse files Browse the repository at this point in the history
lib: Bump to newer nix
  • Loading branch information
cgwalters authored Sep 16, 2023
2 parents ff75e70 + d7c24c9 commit 6c0b7f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ libc = "^0.2"
liboverdrop = "0.1.0"
once_cell = "1.9"
openssl = "^0.10"
nix = ">= 0.24, < 0.26"
# TODO drop this in favor of rustix
nix = { version = "0.27", features = ["ioctl"] }
regex = "1.7.1"
rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] }
schemars = "0.8.6"
Expand Down

0 comments on commit 6c0b7f3

Please sign in to comment.