From f7592402545cc185eba0e9980a74c2ac92754c90 Mon Sep 17 00:00:00 2001 From: Bart Pelle Date: Fri, 11 Jun 2021 11:01:22 +0200 Subject: [PATCH] chore: update version in README.md (#3851) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd722d4ad7d..3af7d4ffe13 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: ```toml [dependencies] -tokio = { version = "1.5.0", features = ["full"] } +tokio = { version = "1.6.1", features = ["full"] } ``` Then, on your main.rs: