Skip to content

Commit 79f3f15

Browse files
committed
fix
1 parent 3e7578b commit 79f3f15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async-channel = "2.0.0"
3131
async-task = "4.7.0"
3232

3333
[target.'cfg(all(unix, not(target_os = "linux")))'.dependencies]
34-
rustix = { version = "0.38", default-features = false, features = ["std", "fs", "process"] }
34+
rustix = { version = "1.0", default-features = false, features = ["std", "fs", "process"] }
3535

3636
[target.'cfg(windows)'.dependencies]
3737
blocking = "1.0.0"
@@ -49,4 +49,3 @@ features = [
4949
"Win32_Foundation",
5050
"Win32_System_Threading",
5151
]
52-

0 commit comments

Comments
 (0)