From 8aa2c959c445f36285e284f459c24850b5defd78 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 11 Jun 2024 04:02:32 +0100 Subject: [PATCH] chore(actix-web-httpauth): prepare release 0.8.2 --- Cargo.toml | 1 + actix-web-httpauth/CHANGES.md | 2 ++ actix-web-httpauth/Cargo.toml | 6 +++--- actix-web-httpauth/README.md | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c26ec3660..5bab1ee25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index 0d298bf3b..be5479776 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.8.2 + - Minimum supported Rust version (MSRV) is now 1.75. ## 0.8.1 diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 8270db561..7708fcbb4 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -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 ", "Yuki Okushi ", ] -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 diff --git a/actix-web-httpauth/README.md b/actix-web-httpauth/README.md index 85e1cc55f..9c53e97b0 100644 --- a/actix-web-httpauth/README.md +++ b/actix-web-httpauth/README.md @@ -5,9 +5,9 @@ [![crates.io](https://img.shields.io/crates/v/actix-web-httpauth?label=latest)](https://crates.io/crates/actix-web-httpauth) -[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.8.1)](https://docs.rs/actix-web-httpauth/0.8.1) +[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.8.2)](https://docs.rs/actix-web-httpauth/0.8.2) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth) -[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.8.1/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.8.1) +[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.8.2/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.8.2)