Skip to content

Commit 74232f4

Browse files
Update nix requirement from 0.30 to 0.31 (#7)
1 parent 4f89e54 commit 74232f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rand = "0.9"
3131
log = { version = "0.4", optional = true }
3232

3333
[target.'cfg(unix)'.dependencies]
34-
nix = { version = "0.30", default-features = false, features = ["fs", "mman"] }
34+
nix = { version = "0.31", default-features = false, features = ["fs", "mman"] }
3535
libc = "0.2"
3636

3737
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)