diff --git a/Cargo.lock b/Cargo.lock index be9c207b6..9c1040b80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1177,7 +1177,7 @@ dependencies = [ [[package]] name = "redis" -version = "0.21.4-alpha.0" +version = "0.21.4" dependencies = [ "arc-swap", "assert_approx_eq", diff --git a/Cargo.toml b/Cargo.toml index 18f57ced7..517bf09b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redis" -version = "0.21.4-alpha.0" +version = "0.21.4" authors = ["Armin Ronacher ", "Jan-Erik Rediger "] keywords = ["redis", "database"] description = "Redis driver for Rust." diff --git a/README.md b/README.md index f7b3c97fc..1f2ec76d0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The crate is called `redis` and you can depend on it via cargo: ```ini [dependencies] -redis = "0.21.3" +redis = "0.21.4" ``` Documentation on the library can be found at