Skip to content

Commit

Permalink
Merge pull request #55 from JohnTitor/new-redis
Browse files Browse the repository at this point in the history
redis: Bump up to 0.9.0-alpha.2
  • Loading branch information
JohnTitor authored May 17, 2020
2 parents 8bf3364 + d510120 commit f3778c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actix-redis/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion actix-redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-redis"
version = "0.9.0-alpha.1"
version = "0.9.0-alpha.2"
authors = ["Nikolay Kim <[email protected]>"]
description = "Redis integration for actix framework"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit f3778c4

Please sign in to comment.