1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

prepare v3 compatible releases (#95)

This commit is contained in:
Rob Ede
2020-09-11 21:22:55 +01:00
committed by GitHub
parent bad5f32a68
commit 4a546718aa
12 changed files with 82 additions and 72 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2020-xx-xx
## 0.5.0 - 2020-09-11
* Update `actix-web` dependency to 3.0.0.
* Minimum supported Rust version(MSRV) is now 1.42.0.

View File

@ -1,10 +1,13 @@
[package]
name = "actix-web-httpauth"
version = "0.4.2"
authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
description = "HTTP authentication schemes for actix-web"
version = "0.5.0"
authors = [
"svartalf <self@svartalf.info>",
"Yuki Okushi <huyuumi.dev@gmail.com>",
]
description = "HTTP authentication schemes for Actix web"
readme = "README.md"
keywords = ["http", "web", "framework"]
keywords = ["http", "web", "framework", "authentication", "security"]
homepage = "https://github.com/actix/actix-extras"
repository = "https://github.com/actix/actix-extras.git"
documentation = "https://docs.rs/actix-web-httpauth/"
@ -25,7 +28,3 @@ base64 = "0.12"
[dev-dependencies]
actix-rt = "1"
[features]
default = []
nightly = [] # leave it for compatibility