mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-15 18:25:43 +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:
+21
-20
@@ -25,41 +25,42 @@ tokio1 = ["jsonrpsee-http-client/tokio1"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.49"
|
||||
log = "0.4.14"
|
||||
thiserror = "1.0.24"
|
||||
codec = { package = "parity-scale-codec", version = "2.1", default-features = false, features = ["derive", "full"] }
|
||||
dyn-clone = "1.0.4"
|
||||
futures = "0.3.13"
|
||||
hex = "0.4.3"
|
||||
jsonrpsee-proc-macros = "=0.2.0-alpha.6"
|
||||
jsonrpsee-ws-client = "=0.2.0-alpha.6"
|
||||
jsonrpsee-http-client = { version = "=0.2.0-alpha.6", default-features = false }
|
||||
log = "0.4.14"
|
||||
num-traits = { version = "0.2.14", default-features = false }
|
||||
serde = { version = "1.0.124", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
thiserror = "1.0.24"
|
||||
url = "2.2.1"
|
||||
codec = { package = "parity-scale-codec", version = "2.1", default-features = false, features = ["derive", "full"] }
|
||||
dyn-clone = "1.0.4"
|
||||
|
||||
frame-metadata = "13.0.0"
|
||||
frame-support = "3.0.0"
|
||||
sp-runtime = "3.0.0"
|
||||
sp-version = "3.0.0"
|
||||
pallet-indices = "3.0.0"
|
||||
hex = "0.4.3"
|
||||
sp-std = "3.0.0"
|
||||
application-crypto = { version = "3.0.0", package = "sp-application-crypto" }
|
||||
pallet-staking = "3.0.0"
|
||||
|
||||
sp-rpc = { version = "3.0.0", package = "sp-rpc" }
|
||||
sp-core = { version = "3.0.0", package = "sp-core" }
|
||||
substrate-subxt-client = { version = "0.7.0", path = "client", optional = true }
|
||||
substrate-subxt-proc-macro = { version = "0.15.0", path = "proc-macro" }
|
||||
|
||||
sp-application-crypto = "3.0.0"
|
||||
sp-core = "3.0.0"
|
||||
sp-rpc = "3.0.0"
|
||||
sp-runtime = "3.0.0"
|
||||
sp-std = "3.0.0"
|
||||
sp-version = "3.0.0"
|
||||
|
||||
frame-metadata = "13.0.0"
|
||||
frame-support = "3.0.0"
|
||||
pallet-indices = "3.0.0"
|
||||
pallet-staking = "3.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
async-std = { version = "1.9.0", features = ["attributes"] }
|
||||
env_logger = "0.8.3"
|
||||
frame-system = "3.0.0"
|
||||
pallet-balances = "3.0.0"
|
||||
sp-keyring = "3.0.0"
|
||||
tempdir = "0.3.7"
|
||||
wabt = "0.10.0"
|
||||
which = "4.0.2"
|
||||
assert_matches = "1.5.0"
|
||||
sp-keyring = "3.0.0"
|
||||
frame-system = "3.0.0"
|
||||
pallet-balances = "3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user