Skip to content

Commit b0a1013

Browse files
authored
Merge pull request #438 from mulkieran/nix-0.30.1
Increase nix dependency lower bound to 0.30.1
2 parents 16f462e + f613746 commit b0a1013

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
@@ -39,7 +39,7 @@ semver = "1.0.0"
3939
base64 = "0.22.0"
4040
env_logger = "0.11.0"
4141
loopdev-3 = "0.5.0"
42-
nix = {version="0.29.0", features=["user"]}
42+
nix = {version="0.30.1", features=["user"]}
4343
rand = "0.9.0"
4444

4545
[features]

0 commit comments

Comments
 (0)