Merge pull request #279 from robjtede/patch-1

do not include default features for actix-web
This commit is contained in:
Koxiaet 2020-09-25 19:54:21 +01:00 committed by GitHub
commit c55e82bc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "2.0.0-alpha.16" }
actix-web = "3.0.0"
actix-web = { version = "3.0.2", default-features = false }
actix-web-actors = "3.0.0"
actix-http = "2.0.0"
actix = "0.10.0"