File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name = "async-io"
66version = " 2.5.0"
77authors = [" Stjepan Glavina <stjepang@gmail.com>" ]
88edition = " 2021"
9- rust-version = " 1.70 "
9+ rust-version = " 1.71 "
1010description = " Async I/O and timers"
1111license = " Apache-2.0 OR MIT"
1212repository = " https://github.com/smol-rs/async-io"
@@ -37,7 +37,7 @@ slab = "0.4.2"
3737tracing = { version = " 0.1.37" , default-features = false , optional = true }
3838
3939[target .'cfg(windows)' .dependencies ]
40- windows-sys = { version = " 0.60.0 " , features = [" Win32_Foundation" ] }
40+ windows-sys = { version = " 0.61 " , features = [" Win32_Foundation" ] }
4141
4242[build-dependencies ]
4343autocfg = " 1"
Original file line number Diff line number Diff line change @@ -1252,7 +1252,7 @@ unsafe impl IoSafe for std::process::ChildStderr {}
12521252#[ cfg( unix) ]
12531253unsafe impl IoSafe for std:: os:: unix:: net:: UnixStream { }
12541254
1255- // PipeReader & PipeWriter require std >= 1.87, our MSRV is 1.70 , hence
1255+ // PipeReader & PipeWriter require std >= 1.87, our MSRV is 1.71 , hence
12561256// conditional on cfg()s, generated from build.rs
12571257#[ cfg( not( async_io_no_pipe) ) ]
12581258unsafe impl IoSafe for std:: io:: PipeReader { }
You can’t perform that action at this time.
0 commit comments