mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 23:56:35 +00:00
exclude default -web features on -actors (#1562)
This commit is contained in:
parent
9af07d66ae
commit
0ba73fc44c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
actix = "0.10.0-alpha.2"
|
||||
actix-web = "3.0.0-alpha.3"
|
||||
actix-web = { version = "3.0.0-alpha.3", default-features = false }
|
||||
actix-http = "2.0.0-alpha.4"
|
||||
actix-codec = "0.2.0"
|
||||
bytes = "0.5.2"
|
||||
|
|
Loading…
Reference in a new issue