Skip to content

Commit bc492ee

Browse files
authored
Updated the nix version (#3)
2 parents 4c5b64a + 0097caf commit bc492ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vsocket/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "vsocket"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
99
anyhow = "1"
1010
byteorder = { version = "1.4.3" }
11-
nix = { version = "0.20.2" }
11+
nix = { version = "0.26.4" }

0 commit comments

Comments
 (0)