Skip to content

Commit

Permalink
cargo: Widen nix dependency range (#91)
Browse files Browse the repository at this point in the history
We're compatible with 0.24.
  • Loading branch information
bgilbert authored May 16, 2022
1 parent 9aed45e commit cbece6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,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"
nix = ">= 0.22, < 0.25"

0 comments on commit cbece6b

Please sign in to comment.