We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ca09a commit f547d79Copy full SHA for f547d79
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "redis"
3
-version = "0.18.1-alpha.0"
+version = "0.19.0"
4
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan-Erik Rediger <janerik@fnordig.de>"]
5
keywords = ["redis", "database"]
6
description = "Redis driver for Rust."
README.md
@@ -13,7 +13,7 @@ The crate is called `redis` and you can depend on it via cargo:
13
14
```ini
15
[dependencies]
16
-redis = "0.18.0"
+redis = "0.19.0"
17
```
18
19
Documentation on the library can be found at
0 commit comments