Skip to content

Commit f3caf02

Browse files
Update nix requirement from 0.28 to 0.29
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1a0df4 commit f3caf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello_world_until/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ futures-util = "0.3.14"
1212
tokio = { version = "1.11.0", features = ["full"] }
1313

1414
[target.'cfg(unix)'.dev-dependencies]
15-
nix = { version = "0.28", features = ["process", "signal"] }
15+
nix = { version = "0.29", features = ["process", "signal"] }

0 commit comments

Comments
 (0)