mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 23:05:56 +01:00
prepare actix-identity release 0.4.0-beta.7
This commit is contained in:
parent
422a264787
commit
88859af6a5
@ -1,6 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 0.4.0-beta.7 - 2021-12-29
|
||||||
- Update `actix-web` dependency to `4.0.0.beta-18`. [#218]
|
- Update `actix-web` dependency to `4.0.0.beta-18`. [#218]
|
||||||
- Minimum supported Rust version (MSRV) is now 1.54.
|
- Minimum supported Rust version (MSRV) is now 1.54.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-identity"
|
name = "actix-identity"
|
||||||
version = "0.4.0-beta.6"
|
version = "0.4.0-beta.7"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Identity service for Actix Web"
|
description = "Identity service for Actix Web"
|
||||||
keywords = ["actix", "auth", "identity", "web", "security"]
|
keywords = ["actix", "auth", "identity", "web", "security"]
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
> Identity service for actix-web framework.
|
> Identity service for actix-web framework.
|
||||||
|
|
||||||
[![crates.io](https://img.shields.io/crates/v/actix-identity?label=latest)](https://crates.io/crates/actix-identity)
|
[![crates.io](https://img.shields.io/crates/v/actix-identity?label=latest)](https://crates.io/crates/actix-identity)
|
||||||
[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.4.0-beta.6)](https://docs.rs/actix-identity/0.4.0-beta.6)
|
[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.4.0-beta.7)](https://docs.rs/actix-identity/0.4.0-beta.7)
|
||||||
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-identity)
|
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-identity)
|
||||||
[![Dependency Status](https://deps.rs/crate/actix-identity/0.4.0-beta.6/status.svg)](https://deps.rs/crate/actix-identity/0.4.0-beta.6)
|
[![Dependency Status](https://deps.rs/crate/actix-identity/0.4.0-beta.7/status.svg)](https://deps.rs/crate/actix-identity/0.4.0-beta.7)
|
||||||
|
|
||||||
## Documentation & community resources
|
## Documentation & community resources
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user