chore: prepare Tokio v1.16 release (#4431)

This commit is contained in:
Carl Lerche
2022-01-27 15:16:08 -08:00
committed by GitHub
parent 986b88b3f1
commit afd2189eec
4 changed files with 65 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.15.0", features = ["full"] }
tokio = { version = "1.16.0", features = ["full"] }
```
Then, on your main.rs: