From 8bbb7c81b3cd20f2e2951fb378dd8239c8e292c1 Mon Sep 17 00:00:00 2001 From: Bart Pelle Date: Thu, 10 Jun 2021 16:02:14 +0200 Subject: [PATCH 1/2] chore: update version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd722d4ad7d..824747d8f88 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.0", features = ["full"] } ``` Then, on your main.rs: From a0b5ea090e49d6e1f85f2068a9b315357793d101 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 11 Jun 2021 10:23:51 +0200 Subject: [PATCH 2/2] Update version to 1.6.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 824747d8f88..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.6.0", features = ["full"] } +tokio = { version = "1.6.1", features = ["full"] } ``` Then, on your main.rs: