Disable actix's default features on -actors

This commit is contained in:
Thales Fragoso 2021-02-03 21:02:40 -03:00
parent 51e54dac8b
commit d8ce31ce2d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ name = "actix_web_actors"
path = "src/lib.rs"
[dependencies]
actix = "0.11.0-beta.1"
actix = { version = "0.11.0-beta.1", default-features = false }
actix-codec = "0.4.0-beta.1"
actix-http = "3.0.0-beta.1"
actix-web = { version = "4.0.0-beta.1", default-features = false }