We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd86881 commit 48eb025Copy full SHA for 48eb025
Cargo.toml
@@ -25,7 +25,7 @@ tracing = { version = "0.1.40", default-features = false, optional = true }
25
env_home = "0.1.0"
26
27
[target.'cfg(any(unix, target_os = "wasi", target_os = "redox"))'.dependencies]
28
-rustix = { version = "0.38.30", default-features = false, features = ["fs", "std"] }
+rustix = { version = "1.0.5", default-features = false, features = ["fs", "std"] }
29
30
[target.'cfg(windows)'.dependencies]
31
winsafe = { version = "0.0.19", features = ["kernel"] }
0 commit comments