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
@@ -10,7 +10,7 @@ description = "CLI for benchmarking FRAME"
[dependencies]
frame-benchmarking = { version = "2.0.0-alpha.2", path = "../../../frame/benchmarking" }
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" }
sc-cli = { version = "0.8.0-alpha.2", path = "../../../client/cli" }
sc-client = { version = "0.8.0-alpha.2", path = "../../../client" }
sc-client-db = { version = "0.8.0-alpha.2", path = "../../../client/db" }