mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Minor fixes for Android compilation (#5209)
* Minor fixes for Android * Update parity-multiaddr * Bump in service Cargo.toml too
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user