mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
prepare second beta round (#189)
This commit is contained in:
@ -3,6 +3,10 @@
|
||||
## Unreleased - 2020-xx-xx
|
||||
|
||||
|
||||
## 0.4.0-beta.2 - 2020-06-27
|
||||
* No notable changes.
|
||||
|
||||
|
||||
## 0.4.0-beta.1 - 2020-04-02
|
||||
* Rename `CookieIdentityPolicy::{max_age => max_age_secs}`. [#168]
|
||||
* Rename `CookieIdentityPolicy::{max_age_time => max_age}`. [#168]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-identity"
|
||||
version = "0.4.0-beta.1"
|
||||
version = "0.4.0-beta.2"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Identity service for Actix web"
|
||||
keywords = ["actix", "auth", "identity", "web", "security"]
|
||||
@ -22,5 +22,5 @@ serde_json = "1.0"
|
||||
time = "0.2.23"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-http = "3.0.0-beta.4"
|
||||
actix-http = "3.0.0-beta.8"
|
||||
actix-rt = "2"
|
||||
|
@ -3,9 +3,9 @@
|
||||
> Identity service for actix-web framework.
|
||||
|
||||
[](https://crates.io/crates/actix-identity)
|
||||
[](https://docs.rs/actix-identity/0.4.0-beta.1)
|
||||
[](https://docs.rs/actix-identity/0.4.0-beta.2)
|
||||

|
||||
[](https://deps.rs/crate/actix-identity/0.4.0-beta.1)
|
||||
[](https://deps.rs/crate/actix-identity/0.4.0-beta.2)
|
||||
|
||||
## Documentation & community resources
|
||||
|
||||
|
Reference in New Issue
Block a user