chore: prepare Tokio v1.32.0 release (#5937)

This commit is contained in:
Carl Lerche
2023-08-16 14:11:30 -07:00
committed by GitHub
parent f5f2b58b8d
commit a7d52c2fed
4 changed files with 24 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.31.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
```
Then, on your main.rs: