Skip to content

Commit f3778c4

Browse files
authored
Merge pull request #55 from JohnTitor/new-redis
redis: Bump up to 0.9.0-alpha.2
2 parents 8bf3364 + d510120 commit f3778c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actix-redis/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## [Unreleased]
3+
## [0.9.0-alpha.2]
44

55
* Add `cookie_http_only` functionality to RedisSession builder, setting this
66
to false allows JavaScript to access cookies. Defaults to true.

actix-redis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-redis"
3-
version = "0.9.0-alpha.1"
3+
version = "0.9.0-alpha.2"
44
authors = ["Nikolay Kim <[email protected]>"]
55
description = "Redis integration for actix framework"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)