chore: prepare Tokio v1.52.2 (#8115)

This commit is contained in:
Alice Ryhl
2026-05-04 14:39:25 +02:00
committed by GitHub
parent f82bcf3f45
commit 4abe9d732e
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ Make sure you enable the full features of the tokio crate on Cargo.toml:
```toml
[dependencies]
tokio = { version = "1.52.1", features = ["full"] }
tokio = { version = "1.52.2", features = ["full"] }
```
Then, on your main.rs: