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:
@ -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 }
|
||||
|
Reference in New Issue
Block a user