Skip to content

Commit 566ec2f

Browse files
authored
Allow a wider version range for nix (#116)
1 parent 383b9b2 commit 566ec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ count-zeroes = { version = "0.2.0", optional = true }
4444
cli = [ "lazy_static", "ansi_term", "pad", "unicode-width", "linefeed", "rand", "clap", "count-zeroes" ]
4545

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

0 commit comments

Comments
 (0)