Skip to content

Commit

Permalink
Merge pull request #922 from mulkieran/nix-0.29.0
Browse files Browse the repository at this point in the history
Increase nix dependency lower bound to 0.29.0
  • Loading branch information
mulkieran authored Jun 24, 2024
2 parents 82ccf2e + c537a43 commit 8423f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [".clippy.toml", ".githooks/*", ".gitignore", ".github/*", "Makefile"]

[dependencies]
bitflags = "2.3.3"
nix = {version = "0.28.0", features=["fs", "ioctl", "mount"]}
nix = {version = "0.29.0", features=["fs", "ioctl", "mount"]}
env_logger="0.11.0"
semver = "1.0.0"
serde = "1.0.60"
Expand Down

0 comments on commit 8423f3e

Please sign in to comment.