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:
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user