1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-03 20:45:46 +00:00

update version

This commit is contained in:
Nikolay Kim 2019-04-28 09:09:18 -07:00
parent ffd2c04cd3
commit 8db6b48a76

View file

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