Skip to content

Commit 0d9e93e

Browse files
committed
Update nix to 0.25
calloop depends on 0.25, so this avoid having two versions in the dependency tree.
1 parent a143329 commit 0d9e93e

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
@@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1717

1818
[dependencies]
1919
bitflags = "1.0"
20-
nix = { version = "0.24.1", default-features = false, features = ["fs", "mman"] }
20+
nix = { version = "0.25", default-features = false, features = ["fs", "mman"] }
2121
dlib = "0.5"
2222
lazy_static = "1.0"
2323
memmap2 = "0.5.0"

0 commit comments

Comments
 (0)