Minor fixes for Android compilation (#5209)

* Minor fixes for Android

* Update parity-multiaddr

* Bump in service Cargo.toml too
This commit is contained in:
Pierre Krieger
2020-03-10 20:54:58 +01:00
committed by GitHub
parent 1b4dcd1f23
commit f21680209f
5 changed files with 94 additions and 87 deletions
@@ -18,5 +18,5 @@ log = "0.4.8"
sp-core = { version = "2.0.0-alpha.2", path = "../../../primitives/core" }
sp-api = { version = "2.0.0-alpha.2", path = "../../../primitives/api" }
sp-runtime = { version = "2.0.0-alpha.2", path = "../../../primitives/runtime" }
sc-service = { version = "0.8.0-alpha.2", path = "../../../client/service" }
sc-service = { version = "0.8.0-alpha.2", default-features = false, path = "../../../client/service" }
sp-blockchain = { version = "2.0.0-alpha.2", path = "../../../primitives/blockchain" }