chore: prepare Tokio v1.15.0 release (#4320)

Includes `tokio-macros` v1.7.0
This commit is contained in:
Carl Lerche
2021-12-15 10:36:09 -08:00
committed by GitHub
parent 54e6693dff
commit f64673580d
6 changed files with 39 additions and 5 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.14.0", features = ["full"] }
tokio = { version = "1.15.0", features = ["full"] }
```
Then, on your main.rs: