Skip to content

Commit

Permalink
Merge pull request #56 from JohnTitor/redis-0.8
Browse files Browse the repository at this point in the history
redis: Bump up to 0.8.2
  • Loading branch information
JohnTitor authored May 17, 2020
2 parents 8bc0227 + dd3f494 commit cfdf884
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions actix-redis/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## [0.8.2] 2020-05-17

* Pin `redis-async` version to use `tokio-util` 0.2

## [0.8.1] 2020-02-18

* Move `env_logger` dependency to dev-dependencies and update to 0.7
Expand Down
4 changes: 2 additions & 2 deletions actix-redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-redis"
version = "0.8.1"
version = "0.8.2"
authors = ["Nikolay Kim <[email protected]>"]
description = "Redis integration for actix framework"
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -31,7 +31,7 @@ log = "0.4.6"
backoff = "0.1.5"
derive_more = "0.99.2"
futures = "0.3.1"
redis-async = "0.6.1"
redis-async = "=0.6.2"
actix-rt = "1.0.0"
time = "0.1.42"
tokio = "0.2.6"
Expand Down

0 comments on commit cfdf884

Please sign in to comment.