1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +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

@ -38,7 +38,7 @@ tokio = "0.2.6"
tokio-util = "0.3.0"
# actix-session
actix-web = { version = "3.0.0-alpha.2", optional = true }
actix-web = { version = "3.0.0-alpha.2", default_features = false, optional = true }
actix-http = { version = "2.0.0-alpha.3", optional = true }
actix-service = { version = "1.0.0", optional = true }
actix-session = { version = "0.4.0-alpha.1", optional = true }