1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00

prepare release

This commit is contained in:
Nikolay Kim 2019-05-18 11:24:26 -07:00
parent 38d4bdb8aa
commit c7266e3ddd
2 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,10 @@
# Changes
## 0.6.0 (2019-05-18)
* actix-web 1.0.0 compatibility
## 0.5.1 (2018-08-02)
* Use cookie 0.11

View File

@ -1,6 +1,6 @@
[package]
name = "actix-redis"
version = "0.6.0-beta.4"
version = "0.6.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Redis integration for actix framework"
license = "MIT/Apache-2.0"
@ -33,7 +33,7 @@ actix = "0.8.2"
log = "0.4"
backoff = "0.1"
derive_more = "0.14"
futures = "0.1"
futures = "0.1.25"
tokio-io = "0.1"
tokio-codec = "0.1"
tokio-tcp = "0.1"
@ -41,10 +41,10 @@ redis-async = "0.4"
time = "0.1"
# actix web session
actix-web = { version = "1.0.0-beta.5", optional=true }
actix-utils = { version = "0.4.0", optional=true }
actix-web = { version = "1.0.0-rc", optional=true }
actix-utils = { version = "0.4.1", optional=true }
actix-service = { version = "0.4.0", optional=true }
actix-session = { version = "0.1.0-beta.4", optional=true }
actix-session = { version = "0.1.0", optional=true }
rand = { version="0.6.5", optional=true }
serde = { version="1.0", optional=true }
serde_json = { version="1.0", optional=true }