chore: prepare Tokio v1.18.5 release

This commit is contained in:
Taiki Endo
2023-01-17 23:00:38 +09:00
parent d6ea7a742b
commit 171ce0ff8d
4 changed files with 12 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.18.4", features = ["full"] }
tokio = { version = "1.18.5", features = ["full"] }
```
Then, on your main.rs: