mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
prep actix-session release
This commit is contained in:
parent
1ca58e876b
commit
3bb081852c
@ -1,5 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.1.0-beta.4] - 2019-05-12
|
||||||
|
|
||||||
|
* Use actix-web 1.0.0-beta.4
|
||||||
|
|
||||||
## [0.1.0-beta.2] - 2019-04-28
|
## [0.1.0-beta.2] - 2019-04-28
|
||||||
|
|
||||||
* Add helper trait `UserSession` which allows to get session for ServiceRequest and HttpRequest
|
* Add helper trait `UserSession` which allows to get session for ServiceRequest and HttpRequest
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-session"
|
name = "actix-session"
|
||||||
version = "0.1.0-beta.2"
|
version = "0.1.0-beta.4"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Session for actix web framework."
|
description = "Session for actix web framework."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -24,7 +24,7 @@ default = ["cookie-session"]
|
|||||||
cookie-session = ["actix-web/secure-cookies"]
|
cookie-session = ["actix-web/secure-cookies"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "1.0.0-beta.2"
|
actix-web = "1.0.0-beta.4"
|
||||||
actix-service = "0.4.0"
|
actix-service = "0.4.0"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
derive_more = "0.14"
|
derive_more = "0.14"
|
||||||
|
Loading…
Reference in New Issue
Block a user