From cab4a592ac1f122a988b8a81a235bb4eccb22db7 Mon Sep 17 00:00:00 2001 From: "baoyachi. Aka Rust Hairy crabs" Date: Tue, 13 Apr 2021 15:17:14 +0800 Subject: [PATCH] chore: update version in README.md (#3698) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: