chore: prepare Tokio v1.39.3 (#6782)

This commit is contained in:
Motoyuki Kimura
2024-08-17 10:26:43 +02:00
committed by GitHub
parent b2ea40bb54
commit 3d439ab711
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.39.2", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }
```
Then, on your main.rs: