chore: prepare Tokio 1.14.1 release

This commit is contained in:
Carl Lerche
2022-01-31 09:14:19 -08:00
parent 3735958023
commit 5f022559f3
5 changed files with 34 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.14.1", features = ["full"] }
```
Then, on your main.rs: