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,10 +1,10 @@
|
||||
[package]
|
||||
name = "actix-cors"
|
||||
version = "0.3.0-alpha.1"
|
||||
version = "0.3.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Cross-origin resource sharing (CORS) for actix-web applications."
|
||||
description = "Cross-origin resource sharing (CORS) controls for Actix web"
|
||||
readme = "README.md"
|
||||
keywords = ["cors", "web", "framework"]
|
||||
keywords = ["actix", "cors", "web", "security", "crossorigin"]
|
||||
homepage = "https://actix.rs"
|
||||
repository = "https://github.com/actix/actix-extras.git"
|
||||
documentation = "https://docs.rs/actix-cors/"
|
||||
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "3.0.0", default_features = false }
|
||||
actix-service = "1.0.1"
|
||||
actix-service = "1.0.6"
|
||||
derive_more = "0.99.2"
|
||||
futures-util = { version = "0.3.4", default-features = false }
|
||||
|
||||
|
Reference in New Issue
Block a user