mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 19:37:00 +02:00
chore(actix-identity): prepare release 0.9.0
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -101,7 +101,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-identity"
|
name = "actix-identity"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-http",
|
"actix-http",
|
||||||
"actix-service",
|
"actix-service",
|
||||||
|
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.9.0
|
||||||
|
|
||||||
- Fix spelling of `config::LogoutBehavior` type.
|
- Fix spelling of `config::LogoutBehavior` type.
|
||||||
- Fix spelling of `config::IdentityMiddlewareBuilder::logout_behavior()` method.
|
- Fix spelling of `config::IdentityMiddlewareBuilder::logout_behavior()` method.
|
||||||
- Update `actix-session` dependency to `0.11`.
|
- Update `actix-session` dependency to `0.11`.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-identity"
|
name = "actix-identity"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
"Luca Palmieri <rust@lpalmieri.com>",
|
"Luca Palmieri <rust@lpalmieri.com>",
|
||||||
|
@@ -5,9 +5,9 @@
|
|||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-identity)
|
[](https://crates.io/crates/actix-identity)
|
||||||
[](https://docs.rs/actix-identity/0.8.0)
|
[](https://docs.rs/actix-identity/0.9.0)
|
||||||

|

|
||||||
[](https://deps.rs/crate/actix-identity/0.8.0)
|
[](https://deps.rs/crate/actix-identity/0.9.0)
|
||||||
|
|
||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user