From 5cc7baefe9071380c4a875a7f21aa8bacdf1192c Mon Sep 17 00:00:00 2001 From: tompro Date: Wed, 17 Feb 2021 19:25:05 +0100 Subject: [PATCH] Version bump docs --- README.md | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f43160e..c8f3cc1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # redis_graph -[![crates.io](https://img.shields.io/badge/crates.io-v0.2.0-orange)](https://crates.io/crates/redis_graph) +[![crates.io](https://img.shields.io/badge/crates.io-v0.3.0-orange)](https://crates.io/crates/redis_graph) ![Continuous integration](https://github.com/tompro/redis_graph/workflows/Continuous%20integration/badge.svg) redis-graph provides a small trait with an extension function for the @@ -33,7 +33,7 @@ With async feature inherited from the [redis](https://docs.rs/redis) crate (eith ```ini [dependencies] redis = "0.19.0" -redis-graph = { version = "0.2.0", features = ['tokio-comp'] } +redis-graph = { version = "0.3.0", features = ['tokio-comp'] } ``` ## Synchronous usage diff --git a/src/lib.rs b/src/lib.rs index 46f53be..093af7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,7 +29,7 @@ //! ```ini //! [dependencies] //! redis = "0.19.0" -//! redis-graph = { version = "0.2.0", features = ['tokio-comp'] } +//! redis-graph = { version = "0.3.0", features = ['tokio-comp'] } //! ``` //! //! # Synchronous usage