File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
3
## Unreleased - 2022-xx-xx
4
+
5
+
6
+ ## 0.7.0 - 2022-07-19
4
7
- Auth validator functions now need to return ` (Error, ServiceRequest) ` in error cases. [ #260 ]
5
8
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive ` time ` dependency.
6
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-web-httpauth"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
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://github.com/actix/actix-web ) .
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.6 .0 )] ( https://docs.rs/actix-web-httpauth/0.6 .0 )
6
+ [ ![ Documentation] ( https://docs.rs/actix-web-httpauth/badge.svg?version=0.7 .0 )] ( https://docs.rs/actix-web-httpauth/0.7 .0 )
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.6 .0/status.svg )] ( https://deps.rs/crate/actix-web-httpauth/0.6 .0 )
8
+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-web-httpauth/0.7 .0/status.svg )] ( https://deps.rs/crate/actix-web-httpauth/0.7 .0 )
9
9
10
10
## Documentation & Resources
11
11
You can’t perform that action at this time.
0 commit comments