Skip to content

Commit

Permalink
Merge #58
Browse files Browse the repository at this point in the history
58: Update nix requirement from 0.25.0 to 0.26.1 r=Razaloc a=Razaloc

Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/[email protected])

Signed-off-by: Rafael Garcia Ruiz <[email protected]>

Co-authored-by: Rafael Garcia Ruiz <[email protected]>
  • Loading branch information
bors[bot] and Razaloc authored Dec 1, 2022
2 parents 441119d + eba7984 commit 9e31765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmap-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
bmap = { path = "../bmap" }
anyhow = "1.0.66"
nix = "0.25.0"
nix = "0.26.1"
flate2 = "1.0.24"
clap = { version = "4.0.18", features = ["derive"] }
indicatif = "0.17.1"

0 comments on commit 9e31765

Please sign in to comment.