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 c4786f4 commit 97c0680Copy full SHA for 97c0680
Cargo.toml
@@ -26,7 +26,7 @@ socket2 = { version = "0.4.2", features = ["all"] }
26
waker-fn = "1.1.0"
27
28
[target."cfg(unix)".dependencies]
29
-rustix = { version = "0.35.6-beta.2", features = ["fs"] }
+rustix = { version = "0.35.7", features = ["fs"] }
30
31
[target.'cfg(windows)'.dependencies]
32
winapi = { version = "0.3.9", features = ["winsock2"] }
0 commit comments