Skip to content

Commit

Permalink
Version bump docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tompro committed Feb 17, 2021
1 parent 1c735ed commit 5cc7bae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cc7bae

Please sign in to comment.