chore: prepare Tokio v1.20.2 (#5055)

This commit is contained in:
Alice Ryhl
2022-09-27 21:05:16 +02:00
committed by GitHub
parent 2063d6692e
commit 3d95a4626f
4 changed files with 10 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.20.1", features = ["full"] }
tokio = { version = "1.20.2", features = ["full"] }
```
Then, on your main.rs: