Skip to content

Commit 3e7578b

Browse files
authored
Update Cargo.toml
1 parent 759c8ab commit 3e7578b

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
@@ -24,7 +24,7 @@ tracing = { version = "0.1.40", default-features = false }
2424

2525
[target.'cfg(unix)'.dependencies]
2626
async-signal = "0.2.3"
27-
rustix = { version = "1.0", default-features = false, features = ["std", "fs"] }
27+
rustix = { version = "1.0", default-features = false, features = ["std", "fs", "process"] }
2828

2929
[target.'cfg(any(windows, target_os = "linux"))'.dependencies]
3030
async-channel = "2.0.0"

0 commit comments

Comments
 (0)