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

@ -30,6 +30,6 @@ once_cell = "1"
smallvec = "1.6.1"
[dev-dependencies]
actix-web = { version = "4", default_features = false, features = ["macros"] }
actix-web = { version = "4", default-features = false, features = ["macros"] }
env_logger = "0.10"
regex = "1.4"