From 8db6b48a7612b2f170e24d03a1733b515b149d10 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 28 Apr 2019 09:09:18 -0700 Subject: [PATCH] update version --- actix-session/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index 83f9807f7..e13ff5c62 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-session" -version = "0.1.0-beta.1" +version = "0.1.0-beta.2" authors = ["Nikolay Kim "] 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"