chore: prepare Tokio v1.20.4 release

This commit is contained in:
Carl Lerche
2023-01-17 11:09:42 -08:00
parent 0d8fe5fe75
commit f3ce29a003
4 changed files with 13 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.20.3", features = ["full"] }
tokio = { version = "1.20.4", features = ["full"] }
```
Then, on your main.rs: