1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

alpha4 release

This commit is contained in:
Nikolay Kim
2019-04-07 23:42:05 -07:00
parent aa78565453
commit 53da55aa3c
11 changed files with 33 additions and 18 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.1.0-alpha.4] - 2019-04-08
* Update actix-web
## [0.1.0-alpha.3] - 2019-04-02
* Update actix-web

View File

@ -1,6 +1,6 @@
[package]
name = "actix-session"
version = "0.1.0-alpha.3"
version = "0.1.0-alpha.4"
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.3"
actix-web = "1.0.0-alpha.4"
actix-service = "0.3.4"
bytes = "0.4"
derive_more = "0.14"