Skip to content

Commit

Permalink
prep actix-session release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed May 12, 2019
1 parent 1ca58e8 commit 3bb0818
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions actix-session/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## [0.1.0-beta.4] - 2019-05-12

* Use actix-web 1.0.0-beta.4

## [0.1.0-beta.2] - 2019-04-28

* Add helper trait `UserSession` which allows to get session for ServiceRequest and HttpRequest
Expand Down
4 changes: 2 additions & 2 deletions actix-session/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-session"
version = "0.1.0-beta.2"
version = "0.1.0-beta.4"
authors = ["Nikolay Kim <[email protected]>"]
description = "Session for actix web framework."
readme = "README.md"
Expand All @@ -24,7 +24,7 @@ default = ["cookie-session"]
cookie-session = ["actix-web/secure-cookies"]

[dependencies]
actix-web = "1.0.0-beta.2"
actix-web = "1.0.0-beta.4"
actix-service = "0.4.0"
bytes = "0.4"
derive_more = "0.14"
Expand Down

0 comments on commit 3bb0818

Please sign in to comment.