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

exclude default -web features where not needed (#70)

This commit is contained in:
Rob Ede
2020-06-18 11:22:14 +01:00
committed by GitHub
parent 70df190e0b
commit 027f045340
4 changed files with 4 additions and 6 deletions

View File

@ -21,7 +21,7 @@ futures-util = { version = "0.3.5", default-features = false }
derive_more = "0.99"
actix-rt = "1"
actix-web = "2"
actix-web = { version = "2", default_features = false }
prost = "0.6.0"