chore: release Tokio v1.39.0 (#6711)

This commit is contained in:
Alice Ryhl
2024-07-23 15:30:11 +02:00
committed by GitHub
parent dd1d37167d
commit 48e35c11d9
4 changed files with 81 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.1", features = ["full"] }
tokio = { version = "1.39.0", features = ["full"] }
```
Then, on your main.rs: