mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
chore(actix-web-httpauth): prepare release 0.8.1
This commit is contained in:
parent
600dda5ef3
commit
94f99e4843
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.8.1
|
||||||
|
|
||||||
- Implement `From<Basic>` for `BasicAuth`.
|
- Implement `From<Basic>` for `BasicAuth`.
|
||||||
- Minimum supported Rust version (MSRV) is now 1.68.
|
- Minimum supported Rust version (MSRV) is now 1.68.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-web-httpauth"
|
name = "actix-web-httpauth"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
authors = [
|
authors = [
|
||||||
"svartalf <self@svartalf.info>",
|
"svartalf <self@svartalf.info>",
|
||||||
"Yuki Okushi <huyuumi.dev@gmail.com>",
|
"Yuki Okushi <huyuumi.dev@gmail.com>",
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
> HTTP authentication schemes for [Actix Web](https://actix.rs).
|
> HTTP authentication schemes for [Actix Web](https://actix.rs).
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-web-httpauth)
|
[](https://crates.io/crates/actix-web-httpauth)
|
||||||
[](https://docs.rs/actix-web-httpauth/0.8.0)
|
[](https://docs.rs/actix-web-httpauth/0.8.1)
|
||||||

|

|
||||||
[](https://deps.rs/crate/actix-web-httpauth/0.8.0)
|
[](https://deps.rs/crate/actix-web-httpauth/0.8.1)
|
||||||
|
|
||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user