We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759c8ab commit 3e7578bCopy full SHA for 3e7578b
Cargo.toml
@@ -24,7 +24,7 @@ tracing = { version = "0.1.40", default-features = false }
24
25
[target.'cfg(unix)'.dependencies]
26
async-signal = "0.2.3"
27
-rustix = { version = "1.0", default-features = false, features = ["std", "fs"] }
+rustix = { version = "1.0", default-features = false, features = ["std", "fs", "process"] }
28
29
[target.'cfg(any(windows, target_os = "linux"))'.dependencies]
30
async-channel = "2.0.0"
0 commit comments