chore: update version in README.md (#3698)

This commit is contained in:
baoyachi. Aka Rust Hairy crabs
2021-04-13 16:17:14 +09:00
committed by GitHub
parent a5ee2f0d3d
commit cab4a592ac
+1 -1
View File
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
```text
[dependencies]
tokio = { version = "1.4.0", features = ["full"] }
tokio = { version = "1.5.0", features = ["full"] }
```
Then, on your main.rs: