Target crates.io 0.3 versions of tower and tower-load (#172)
This commit is contained in:
parent
50e20a1053
commit
a3b09c3690
|
|
@ -28,7 +28,7 @@ futures = "0.3"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-futures = "0.2"
|
tracing-futures = "0.2"
|
||||||
|
|
||||||
tower = { git = "https://github.com/tower-rs/tower" }
|
tower = "0.3"
|
||||||
tower-load = { git = "https://github.com/tower-rs/tower" }
|
tower-load = "0.3"
|
||||||
|
|
||||||
zebra-chain = { path = "../zebra-chain" }
|
zebra-chain = { path = "../zebra-chain" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue