chore: prepare Tokio v1.18.3 (#5051)

This commit is contained in:
Alice Ryhl
2022-09-27 09:42:51 +02:00
committed by GitHub
parent 05e661490b
commit 5c76d070e2
4 changed files with 10 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.18.2", features = ["full"] }
tokio = { version = "1.18.3", features = ["full"] }
```
Then, on your main.rs: