1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-02 10:59:03 +01:00

redis: Bump up to 0.9.0-alpha.2

This commit is contained in:
Yuki Okushi 2020-05-17 20:19:13 +09:00
parent 8bf33648ce
commit d51012075f
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1,6 +1,6 @@
[package]
name = "actix-redis"
version = "0.9.0-alpha.1"
version = "0.9.0-alpha.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Redis integration for actix framework"
license = "MIT/Apache-2.0"