Skip to content

Commit 97c0680

Browse files
committed
Update to rustix 0.35.7.
1 parent c4786f4 commit 97c0680

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
@@ -26,7 +26,7 @@ socket2 = { version = "0.4.2", features = ["all"] }
2626
waker-fn = "1.1.0"
2727

2828
[target."cfg(unix)".dependencies]
29-
rustix = { version = "0.35.6-beta.2", features = ["fs"] }
29+
rustix = { version = "0.35.7", features = ["fs"] }
3030

3131
[target.'cfg(windows)'.dependencies]
3232
winapi = { version = "0.3.9", features = ["winsock2"] }

0 commit comments

Comments
 (0)