mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
Merge pull request #55 from JohnTitor/new-redis
redis: Bump up to 0.9.0-alpha.2
This commit is contained in:
commit
f3778c4856
@ -1,6 +1,6 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.9.0-alpha.2]
|
||||||
|
|
||||||
* Add `cookie_http_only` functionality to RedisSession builder, setting this
|
* Add `cookie_http_only` functionality to RedisSession builder, setting this
|
||||||
to false allows JavaScript to access cookies. Defaults to true.
|
to false allows JavaScript to access cookies. Defaults to true.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-redis"
|
name = "actix-redis"
|
||||||
version = "0.9.0-alpha.1"
|
version = "0.9.0-alpha.2"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Redis integration for actix framework"
|
description = "Redis integration for actix framework"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user