Skip to content

Commit

Permalink
Allow a wider version range for nix (up to 0.27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Feb 12, 2024
1 parent 0b49a0a commit bcfe483
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 @@ -27,4 +27,4 @@ thiserror = "1.0"
default = [ "nix" ]

[target.'cfg(target_os = "linux")'.dependencies]
nix = { version = ">= 0.24, < 0.27", default-features = false, features = ["ioctl"], optional = true }
nix = { version = ">= 0.24, < 0.28", default-features = false, features = ["ioctl"], optional = true }

0 comments on commit bcfe483

Please sign in to comment.