chore: prepare Tokio v1.41.0 (#6917)

This commit is contained in:
Motoyuki Kimura
2024-10-22 11:22:33 +02:00
committed by GitHub
parent 92ccadeb3c
commit 01e04daaa1
4 changed files with 65 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.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
```
Then, on your main.rs: