mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-24 13:42:58 +01:00
chore(actix-web-httpauth): prepare release 0.8.2
This commit is contained in:
parent
2f1d1daee8
commit
8aa2c959c4
@ -12,6 +12,7 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
repository = "https://github.com/actix/actix-extras"
|
||||
homepage = "https://actix.rs"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.8.2
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.75.
|
||||
|
||||
## 0.8.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-web-httpauth"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
description = "HTTP authentication schemes for Actix Web"
|
||||
categories = ["web-programming"]
|
||||
keywords = ["http", "web", "framework", "authentication", "security"]
|
||||
@ -8,8 +8,8 @@ authors = [
|
||||
"svartalf <self@svartalf.info>",
|
||||
"Yuki Okushi <huyuumi.dev@gmail.com>",
|
||||
]
|
||||
homepage = "https://actix.rs"
|
||||
repository = "https://github.com/actix/actix-extras"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
@ -5,9 +5,9 @@
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
[](https://crates.io/crates/actix-web-httpauth)
|
||||
[](https://docs.rs/actix-web-httpauth/0.8.1)
|
||||
[](https://docs.rs/actix-web-httpauth/0.8.2)
|
||||

|
||||
[](https://deps.rs/crate/actix-web-httpauth/0.8.1)
|
||||
[](https://deps.rs/crate/actix-web-httpauth/0.8.2)
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user