chore: prepare Tokio v1.46.0 (#7437)

This commit is contained in:
Eliza Weisman
2025-07-02 10:20:42 +02:00
committed by GitHub
parent 3e890cc017
commit 3f1f268583
4 changed files with 59 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.45.1", features = ["full"] }
tokio = { version = "1.46.0", features = ["full"] }
```
Then, on your main.rs: