chore: prepare Tokio v1.51.1 (#8023)

This commit is contained in:
Alice Ryhl
2026-04-08 12:37:44 +02:00
committed by GitHub
parent 3ea11e2a5f
commit 98df02d7a4
4 changed files with 20 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.51.0", features = ["full"] }
tokio = { version = "1.51.1", features = ["full"] }
```
Then, on your main.rs: