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

fix default features attributes

This commit is contained in:
Rob Ede
2023-03-22 20:51:14 +00:00
parent 2bc16eee18
commit 218f18e69d
6 changed files with 13 additions and 13 deletions

View File

@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
actix-utils = "3"
actix-web = { version = "4.1", default_features = false }
actix-web = { version = "4.1", default-features = false }
base64 = "0.21"
futures-core = "0.3.7"
@ -30,4 +30,4 @@ pin-project-lite = "0.2.7"
[dev-dependencies]
actix-cors = "0.6"
actix-service = "2"
actix-web = { version = "4.1", default_features = false, features = ["macros"] }
actix-web = { version = "4.1", default-features = false, features = ["macros"] }