Add tower alpha

This commit is contained in:
Henry de Valence 2019-09-11 20:15:02 -07:00
parent dd228b8177
commit ddf0765919
2 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,6 @@ tokio = "=0.2.0-alpha.4"
tracing = "0.1"
futures-core-preview = "=0.3.0-alpha.18"
futures-util-preview = "=0.3.0-alpha.18"
tower-service = "=0.3.0-alpha.1"
tower = "=0.3.0-alpha.1a"
zebra-chain = { path = "../zebra-chain" }

View File

@ -15,7 +15,9 @@ tokio = "=0.2.0-alpha.4"
tracing = "0.1"
tracing-subscriber = "0.1"
tracing-log = "=0.0.1-alpha.2"
hyper = "=0.13.0-alpha.1"
# Can't use published alpha because of conflicts tracking pin-project alphas
#hyper = "=0.13.0-alpha.1"
hyper = { git = "https://github.com/hyperium/hyper" }
futures-core-preview = { version = "=0.3.0-alpha.18" }
futures-util-preview = { version = "=0.3.0-alpha.18" }