Skip to content

Commit

Permalink
lib: Bump to newer nix
Browse files Browse the repository at this point in the history
We only have this for the ioctl code which we copied from
coreos-installer...would be good to port to rustix at
some point.

But for now let's update to a newer nix.
  • Loading branch information
cgwalters committed Sep 14, 2023
1 parent ff75e70 commit 9bf7459
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 9bf7459

Please sign in to comment.