tokio: bump MSRV to 1.63 (#5887)

This commit is contained in:
Jiahao XU
2023-07-27 10:57:19 +02:00
committed by GitHub
parent a58beb3aca
commit c445e467ce
114 changed files with 275 additions and 474 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#![warn(rust_2018_idioms)]
#![cfg(all(feature = "full", not(tokio_wasi)))] // Wasi doesn't support threads
#![cfg(all(feature = "full", not(target_os = "wasi")))] // Wasi doesn't support threads
use tokio::{runtime, task, time};
use tokio_test::assert_ok;