chore: prepare Tokio v1.36.0 (#6312)

This commit is contained in:
M.Amin Rayej
2024-02-02 11:13:46 +00:00
committed by GitHub
parent 53f9e5a357
commit eaf81ed324
4 changed files with 62 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.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
```
Then, on your main.rs: