1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

chore(actix-web-httpauth): prepare release 0.8.2

This commit is contained in:
Rob Ede
2024-06-11 04:02:32 +01:00
parent 2f1d1daee8
commit 8aa2c959c4
4 changed files with 8 additions and 5 deletions

View File

@ -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