chore: prepare Tokio v1.7.0 (#3863)

This commit is contained in:
Alice Ryhl
2021-06-15 19:39:33 +02:00
committed by GitHub
parent 97e7830364
commit 34c6a26c01
3 changed files with 37 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.6.1", features = ["full"] }
tokio = { version = "1.7.0", features = ["full"] }
```
Then, on your main.rs: