mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Reorg the order of deps (#284)
* Reorg the order of deps This patch is simply for easier editor operation when replacing the substrate deps. * .
This commit is contained in:
+5
-4
@@ -17,13 +17,14 @@ futures = { version = "0.3.9", features = ["compat"], package = "futures" }
|
||||
futures01 = { package = "futures", version = "0.1.29" }
|
||||
jsonrpsee-types = "=0.2.0-alpha.6"
|
||||
log = "0.4.13"
|
||||
sc-network = { version = "0.9.0", default-features = false }
|
||||
sc-client-db = "0.9.0"
|
||||
sc-service = { version = "0.9.0", default-features = false }
|
||||
serde_json = "1.0.61"
|
||||
sp-keyring = "3.0.0"
|
||||
thiserror = "1.0.23"
|
||||
|
||||
sc-client-db = "0.9.0"
|
||||
sp-keyring = "3.0.0"
|
||||
sc-network = { version = "0.9.0", default-features = false }
|
||||
sc-service = { version = "0.9.0", default-features = false }
|
||||
|
||||
[target.'cfg(target_arch="x86_64")'.dependencies]
|
||||
sc-service = { version = "0.9.0", default-features = false, features = ["wasmtime"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user