We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a0df4 commit f3caf02Copy full SHA for f3caf02
examples/hello_world_until/Cargo.toml
@@ -12,4 +12,4 @@ futures-util = "0.3.14"
12
tokio = { version = "1.11.0", features = ["full"] }
13
14
[target.'cfg(unix)'.dev-dependencies]
15
-nix = { version = "0.28", features = ["process", "signal"] }
+nix = { version = "0.29", features = ["process", "signal"] }
0 commit comments