File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.8.1
6
+
5
7
- Implement ` From<Basic> ` for ` BasicAuth ` .
6
8
- Minimum supported Rust version (MSRV) is now 1.68.
7
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-web-httpauth"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
4
4
authors = [
5
5
6
6
" Yuki Okushi <[email protected] >" ,
Original file line number Diff line number Diff line change 3
3
> HTTP authentication schemes for [ Actix Web] ( https://actix.rs ) .
4
4
5
5
[ ![ 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 )
7
7
![ 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 )
9
9
10
10
## Documentation & Resources
11
11
You can’t perform that action at this time.
0 commit comments