From d51012075f5edc1662377d7cef55f253d36ab25b Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 17 May 2020 20:19:13 +0900 Subject: [PATCH] redis: Bump up to 0.9.0-alpha.2 --- actix-redis/CHANGES.md | 2 +- actix-redis/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index 5cbc47b24..98bbf686d 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [Unreleased] +## [0.9.0-alpha.2] * Add `cookie_http_only` functionality to RedisSession builder, setting this to false allows JavaScript to access cookies. Defaults to true. diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index 3b30e73cf..6bf51c5f2 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-redis" -version = "0.9.0-alpha.1" +version = "0.9.0-alpha.2" authors = ["Nikolay Kim "] description = "Redis integration for actix framework" license = "MIT/Apache-2.0"