chore: prepare Tokio v1.49.0 (#7824)

This commit is contained in:
Alice Ryhl
2026-01-03 10:58:44 +01:00
committed by GitHub
parent 4f577b84e9
commit e3b89bbefa
4 changed files with 71 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Make sure you enable the full features of the tokio crate on Cargo.toml:
```toml
[dependencies]
tokio = { version = "1.48.0", features = ["full"] }
tokio = { version = "1.49.0", features = ["full"] }
```
Then, on your main.rs: