Use git instead of crates.io for Substrate

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Oliver Tale-Yazdi
2022-10-31 13:04:51 +01:00
parent da507fa6d2
commit a9fbd766d2
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ 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"
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-metadata = "15.0.0"
derivative = "2.2.0"