Skip to content

Commit d14a19d

Browse files
author
Markus Westerlind
committed
(cargo-release) version 0.21.5
1 parent f1810e5 commit d14a19d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis"
3-
version = "0.21.4"
3+
version = "0.21.5"
44
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan-Erik Rediger <janerik@fnordig.de>"]
55
keywords = ["redis", "database"]
66
description = "Redis driver for Rust."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The crate is called `redis` and you can depend on it via cargo:
1313

1414
```ini
1515
[dependencies]
16-
redis = "0.21.4"
16+
redis = "0.21.5"
1717
```
1818

1919
Documentation on the library can be found at

0 commit comments

Comments
 (0)