chore: prepare Tokio 1.8.5 release

This commit is contained in:
Carl Lerche
2022-01-30 11:45:29 -08:00
parent b66aa68a50
commit 12606d6c5d
4 changed files with 33 additions and 4 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.8.0", features = ["full"] }
tokio = { version = "1.8.5", features = ["full"] }
```
Then, on your main.rs: