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"
6
6
version = " 2.5.0"
7
7
authors = [
" Stjepan Glavina <[email protected] >" ]
8
8
edition = " 2021"
9
- rust-version = " 1.70 "
9
+ rust-version = " 1.71 "
10
10
description = " Async I/O and timers"
11
11
license = " Apache-2.0 OR MIT"
12
12
repository = " https://github.com/smol-rs/async-io"
@@ -37,7 +37,7 @@ slab = "0.4.2"
37
37
tracing = { version = " 0.1.37" , default-features = false , optional = true }
38
38
39
39
[target .'cfg(windows)' .dependencies ]
40
- windows-sys = { version = " 0.60.0 " , features = [" Win32_Foundation" ] }
40
+ windows-sys = { version = " 0.61 " , features = [" Win32_Foundation" ] }
41
41
42
42
[build-dependencies ]
43
43
autocfg = " 1"
Original file line number Diff line number Diff line change @@ -1252,7 +1252,7 @@ unsafe impl IoSafe for std::process::ChildStderr {}
1252
1252
#[ cfg( unix) ]
1253
1253
unsafe impl IoSafe for std:: os:: unix:: net:: UnixStream { }
1254
1254
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
1256
1256
// conditional on cfg()s, generated from build.rs
1257
1257
#[ cfg( not( async_io_no_pipe) ) ]
1258
1258
unsafe impl IoSafe for std:: io:: PipeReader { }
You can’t perform that action at this time.
0 commit comments