1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

prepare actix-web-httpauth release 0.6.0-beta.7

This commit is contained in:
Rob Ede 2021-12-29 10:26:29 +00:00
parent 6d3ee78db5
commit 19bff0028e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 0.6.0-beta.7 - 2021-12-29
- Minimum supported Rust version (MSRV) is now 1.54.

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web-httpauth"
version = "0.6.0-beta.6"
version = "0.6.0-beta.7"
authors = [
"svartalf <self@svartalf.info>",
"Yuki Okushi <huyuumi.dev@gmail.com>",

View File

@ -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.6)](https://docs.rs/actix-web-httpauth/0.6.0-beta.6)
[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg?version=0.6.0-beta.7)](https://docs.rs/actix-web-httpauth/0.6.0-beta.7)
![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.6/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.6)
[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.7/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.6.0-beta.7)
## Documentation & Resources