From c872a4f2214a92a4e035b3ecf82987a47660b95e Mon Sep 17 00:00:00 2001 From: tompro Date: Sun, 28 Feb 2021 18:33:13 +0100 Subject: [PATCH] Merge master fix version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c590a47..58affb8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ but should work with versions higher than that. ```ini [dependencies] redis = "0.20.0" - redis_ts = "0.3.0" + redis_ts = "0.4.0" ``` Or via git: @@ -30,7 +30,7 @@ With async feature inherited from the [redis](https://docs.rs/redis) crate (eith ```ini [dependencies] redis = "0.20.0" - redis_ts = { version = "0.3.0", features = ['tokio-comp'] } + redis_ts = { version = "0.4.0", features = ['tokio-comp'] } ``` ## Synchronous usage