mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 01:32:57 +01:00
prepare release
This commit is contained in:
parent
c6fc09ada8
commit
08f80a5bff
@ -1,5 +1,11 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## 0.2.0 (2018-02-28)
|
||||||
|
|
||||||
|
* Use resolver actor from actix
|
||||||
|
|
||||||
|
* Use actix web 0.5
|
||||||
|
|
||||||
## 0.1.0 (2018-01-23)
|
## 0.1.0 (2018-01-23)
|
||||||
|
|
||||||
* First release
|
* First release
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-redis"
|
name = "actix-redis"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Redis integration for actix framework"
|
description = "Redis integration for actix framework"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
@ -38,8 +38,8 @@ tokio-core = "0.1"
|
|||||||
redis-async = "0.0"
|
redis-async = "0.0"
|
||||||
|
|
||||||
# actix web session
|
# actix web session
|
||||||
# actix-web = { version="0.4", optional=true }
|
actix-web = { version="0.4", optional=true }
|
||||||
actix-web = { git = "https://github.com/actix/actix-web.git", optional=true }
|
# actix-web = { git = "https://github.com/actix/actix-web.git", optional=true }
|
||||||
cookie = { version="0.10", features=["percent-encode", "secure"], optional=true }
|
cookie = { version="0.10", features=["percent-encode", "secure"], optional=true }
|
||||||
http = { version="0.1", optional=true }
|
http = { version="0.1", optional=true }
|
||||||
rand = { version="0.3", optional=true }
|
rand = { version="0.3", optional=true }
|
||||||
|
Loading…
Reference in New Issue
Block a user