Skip to content

Commit 9e31765

Browse files
bors[bot]Razaloc
andauthored
Merge #58
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/nix@v0.25.0...v0.26.1) Signed-off-by: Rafael Garcia Ruiz <rafael.garcia@collabora.com> Co-authored-by: Rafael Garcia Ruiz <rafael.garcia@collabora.com>
2 parents 441119d + eba7984 commit 9e31765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmap-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
bmap = { path = "../bmap" }
1111
anyhow = "1.0.66"
12-
nix = "0.25.0"
12+
nix = "0.26.1"
1313
flate2 = "1.0.24"
1414
clap = { version = "4.0.18", features = ["derive"] }
1515
indicatif = "0.17.1"

0 commit comments

Comments
 (0)