Patch all substrate deps to use my substrate branch

This commit is contained in:
Andrew Jones
2022-11-09 10:15:58 +00:00
parent 33a9ec91af
commit e3db3ab30a
5 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -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"