chore: prepare Tokio v1.28.0 (#5650)

This commit is contained in:
Alice Ryhl
2023-04-25 20:21:00 +02:00
committed by GitHub
parent 66c62a4b74
commit f21d596099
4 changed files with 50 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
```toml
[dependencies]
tokio = { version = "1.27.0", features = ["full"] }
tokio = { version = "1.28.0", features = ["full"] }
```
Then, on your main.rs: