chore: release Tokio v1.38.1 (#6688)

This commit is contained in:
Weijia Jiang
2024-07-16 17:16:29 +02:00
committed by GitHub
parent 24344dfe4b
commit 14b9f71157
4 changed files with 15 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.38.0", features = ["full"] }
tokio = { version = "1.38.1", features = ["full"] }
```
Then, on your main.rs: