From f77a4f8865910a9a2a91cfccbcbfe025bd0b6b45 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 10 Apr 2018 12:19:41 -0700 Subject: [PATCH] prepare release --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index baef790dc..3c37af72e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-redis" -version = "0.2.0" +version = "0.3.0" authors = ["Nikolay Kim "] description = "Redis integration for actix framework" license = "MIT/Apache-2.0" @@ -38,8 +38,7 @@ tokio-core = "0.1" redis-async = "0.0" # actix web session -# actix-web = { version="0.4", optional=true } -actix-web = { git = "https://github.com/actix/actix-web.git", optional=true } +actix-web = { version="0.5", optional=true } cookie = { version="0.10", features=["percent-encode", "secure"], optional=true } http = { version="0.1", optional=true } rand = { version="0.3", optional=true }