1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

prepare second beta round (#189)

This commit is contained in:
Rob Ede
2021-06-27 07:28:26 +01:00
committed by GitHub
parent 20ef05c36e
commit 44c7b07ce2
19 changed files with 56 additions and 31 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web-httpauth"
version = "0.6.0-beta.1"
version = "0.6.0-beta.2"
authors = [
"svartalf <self@svartalf.info>",
"Yuki Okushi <huyuumi.dev@gmail.com>",
@ -24,5 +24,5 @@ base64 = "0.13"
futures-util = { version = "0.3.7", default-features = false }
[dev-dependencies]
actix-cors = "0.6.0-beta.1"
actix-cors = "0.6.0-beta.2"
actix-rt = "2"