We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383b9b2 commit 566ec2fCopy full SHA for 566ec2f
Cargo.toml
@@ -44,4 +44,4 @@ count-zeroes = { version = "0.2.0", optional = true }
44
cli = [ "lazy_static", "ansi_term", "pad", "unicode-width", "linefeed", "rand", "clap", "count-zeroes" ]
45
46
[target.'cfg(target_os = "linux")'.dependencies]
47
-nix = ">= 0.22, < 0.25"
+nix = ">= 0.22, < 0.27"
0 commit comments