chore: prepare Tokio v1.50.0 (#7934)

This commit is contained in:
ADD-SP
2026-03-03 10:39:42 +01:00
committed by GitHub
parent e3ee4e58dc
commit 0273e45ead
4 changed files with 98 additions and 4 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.49.0", features = ["full"] }
tokio = { version = "1.50.0", features = ["full"] }
```
Then, on your main.rs: