Skip to content

Commit

Permalink
prepare actix-web-httpauth release 0.6.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 12, 2021
1 parent 128fc49 commit a0c93c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions actix-web-httpauth/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx


## 0.6.0-beta.5 - 2021-12-12
* Update `actix-web` dependency to `4.0.0.beta-14`. [#209]

[#209]: https://github.com/actix/actix-extras/pull/209
Expand Down
2 changes: 1 addition & 1 deletion actix-web-httpauth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-web-httpauth"
version = "0.6.0-beta.4"
version = "0.6.0-beta.5"
authors = [
"svartalf <[email protected]>",
"Yuki Okushi <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions actix-web-httpauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web).
[![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.6.0-beta.4)](https://docs.rs/actix-web-httpauth/0.6.0-beta.4)
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.6.0-beta.5)](https://docs.rs/actix-web-httpauth/0.6.0-beta.5)
![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.6.0-beta.4/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.4)
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.5/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.5)

## Documentation & Resources

Expand Down

0 comments on commit a0c93c6

Please sign in to comment.