Skip to content

Commit 8aa2c95

Browse files
committed
chore(actix-web-httpauth): prepare release 0.8.2
1 parent 2f1d1da commit 8aa2c95

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15+
repository = "https://github.com/actix/actix-extras"
1516
homepage = "https://actix.rs"
1617
license = "MIT OR Apache-2.0"
1718
edition = "2021"

actix-web-httpauth/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.8.2
6+
57
- Minimum supported Rust version (MSRV) is now 1.75.
68

79
## 0.8.1

actix-web-httpauth/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "actix-web-httpauth"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "HTTP authentication schemes for Actix Web"
55
categories = ["web-programming"]
66
keywords = ["http", "web", "framework", "authentication", "security"]
77
authors = [
88
"svartalf <[email protected]>",
99
"Yuki Okushi <[email protected]>",
1010
]
11-
homepage = "https://actix.rs"
12-
repository = "https://github.com/actix/actix-extras"
11+
homepage.workspace = true
12+
repository.workspace = true
1313
license.workspace = true
1414
edition.workspace = true
1515
rust-version.workspace = true

actix-web-httpauth/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/actix-web-httpauth?label=latest)](https://crates.io/crates/actix-web-httpauth)
8-
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.8.1)](https://docs.rs/actix-web-httpauth/0.8.1)
8+
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.8.2)](https://docs.rs/actix-web-httpauth/0.8.2)
99
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth)
10-
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.8.1/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.8.1)
10+
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.8.2/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.8.2)
1111

1212
<!-- prettier-ignore-end -->
1313

0 commit comments

Comments
 (0)