Skip to content

Commit

Permalink
Allow a wider version range for nix (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
smalis-msft authored Jul 22, 2023
1 parent 383b9b2 commit 566ec2f
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 @@ -44,4 +44,4 @@ count-zeroes = { version = "0.2.0", optional = true }
cli = [ "lazy_static", "ansi_term", "pad", "unicode-width", "linefeed", "rand", "clap", "count-zeroes" ]

[target.'cfg(target_os = "linux")'.dependencies]
nix = ">= 0.22, < 0.25"
nix = ">= 0.22, < 0.27"

0 comments on commit 566ec2f

Please sign in to comment.