chore: prepare Tokio v1.34.0 release (#6138)

This also includes:
  - tokio-macros v2.2.0
This commit is contained in:
Carl Lerche
2023-11-09 11:22:54 -08:00
committed by GitHub
parent 19d96c0674
commit 49eb26f159
6 changed files with 40 additions and 6 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.33.0", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }
```
Then, on your main.rs: