1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

alpha.6 release

This commit is contained in:
Nikolay Kim
2019-04-14 08:09:32 -07:00
parent 6bc1a0c76b
commit d7040dc303
10 changed files with 26 additions and 20 deletions

View File

@ -1,8 +1,8 @@
# Changes
## [0.1.0-alpha.6] - 2019-04-xx
## [0.1.0-alpha.6] - 2019-04-14
* Update actix-web
* Update actix-web alpha.6
## [0.1.0-alpha.4] - 2019-04-08

View File

@ -1,6 +1,6 @@
[package]
name = "actix-session"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.6"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Session for actix web framework."
readme = "README.md"
@ -24,7 +24,7 @@ default = ["cookie-session"]
cookie-session = ["actix-web/secure-cookies"]
[dependencies]
actix-web = "1.0.0-alpha.5"
actix-web = "1.0.0-alpha.6"
actix-service = "0.3.4"
bytes = "0.4"
derive_more = "0.14"