Skip to content

Commit 433976b

Browse files
Update nix requirement from 0.29 to 0.30 (#50)
1 parent 9fa703b commit 433976b

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
@@ -40,7 +40,7 @@ home = "=0.5.9"
4040

4141
[dev-dependencies]
4242
tempfile = "3.4"
43-
nix = { version = "0.29", features = ["fs", "user"] }
43+
nix = { version = "0.30", features = ["fs", "user"] }
4444
mockall = "0.14"
4545
mockall_double = "0.3"
4646

0 commit comments

Comments
 (0)