Skip to content

Commit 94f99e4

Browse files
committed
chore(actix-web-httpauth): prepare release 0.8.1
1 parent 600dda5 commit 94f99e4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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.1
6+
57
- Implement `From<Basic>` for `BasicAuth`.
68
- Minimum supported Rust version (MSRV) is now 1.68.
79

actix-web-httpauth/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-web-httpauth"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = [
55
"svartalf <[email protected]>",
66
"Yuki Okushi <[email protected]>",

actix-web-httpauth/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
> HTTP authentication schemes for [Actix Web](https://actix.rs).
44
55
[![crates.io](https://img.shields.io/crates/v/actix-web-httpauth?label=latest)](https://crates.io/crates/actix-web-httpauth)
6-
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.8.0)](https://docs.rs/actix-web-httpauth/0.8.0)
6+
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.8.1)](https://docs.rs/actix-web-httpauth/0.8.1)
77
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth)
8-
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.8.0/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.8.0)
8+
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.8.1/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.8.1)
99

1010
## Documentation & Resources
1111

0 commit comments

Comments
 (0)