Skip to content

Commit

Permalink
Use a released version of Nix
Browse files Browse the repository at this point in the history
But don't update to 0.27.0, at least not yet, because that version
use I/O Safety.  That will take more work.
  • Loading branch information
asomers committed Feb 5, 2024
1 parent bf1a04b commit 16bbbc6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
30 changes: 13 additions & 17 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ once_cell = "1.12.0"
paste = "1.0.7"
gumdrop = "0.8.1"
figment = { version = "0.10.6", features = ["toml"] }
nix = { version = "0.26.0", features = ["fs", "socket", "mount"] }
serde = { version = "1.0.138", features = ["derive"] }
inventory = "0.3.0"
walkdir = "2.3.2"
sysctl = "0.5.2"

[dependencies.nix]
rev = "20df092bd067908fba23e49120eed7ad62f29108"
git = "https://github.com/nix-rust/nix.git"
features = ["fs", "socket", "mount"]

[target.'cfg(target_os = "linux")'.dependencies]
caps = "0.5.4"

Expand Down

0 comments on commit 16bbbc6

Please sign in to comment.