mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 00:01:03 +00:00
Patch all substrate deps to use my substrate branch
This commit is contained in:
+3
-2
@@ -42,8 +42,9 @@ parking_lot = "0.12.0"
|
||||
subxt-macro = { version = "0.24.0", path = "../macro" }
|
||||
subxt-metadata = { version = "0.24.0", path = "../metadata" }
|
||||
|
||||
sp-core = { version = "6.0.0", default-features = false }
|
||||
sp-runtime = "6.0.0"
|
||||
# todo: release these from substrate and use crates.io packages
|
||||
sp-core = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "aj/sp-runtime-parity-util-mem", package = "sp-core", default-features = false }
|
||||
sp-runtime = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "aj/sp-runtime-parity-util-mem", package = "sp-runtime", default-features = false }
|
||||
|
||||
frame-metadata = "15.0.0"
|
||||
derivative = "2.2.0"
|
||||
|
||||
Reference in New Issue
Block a user