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

This commit is contained in:
Bart Pelle
2021-06-11 11:01:22 +02:00
committed by GitHub
parent 2e44cd29df
commit f759240254
+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.5.0", features = ["full"] }
tokio = { version = "1.6.1", features = ["full"] }
```
Then, on your main.rs: