chore: prepare Tokio v1.41.1 (#6959)

Signed-off-by: Alice Ryhl <[email protected]>
This commit is contained in:
Alice Ryhl
2024-11-07 11:56:09 +01:00
committed by GitHub
parent 4a34b77af5
commit bb7ca7507b
4 changed files with 15 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.41.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
```
Then, on your main.rs: