diff --git a/README.md b/README.md index 9af1b8fbf..0442bcbac 100644 --- a/README.md +++ b/README.md @@ -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: