Update sp-* crates and smoldot to use git with branch / rev

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-22 17:31:54 +03:00
parent d59a33156f
commit d25c1338b7
3 changed files with 151 additions and 344 deletions
+6 -6
View File
@@ -74,16 +74,16 @@ wasm-bindgen-test = "0.3.24"
which = "4.4.0"
# Light client support:
smoldot-light = { git = "https://github.com/smol-dot/smoldot.git", default-features = false }
smoldot-light = { git = "https://github.com/smol-dot/smoldot.git", rev = "43b33066b", default-features = false }
tokio-stream = "0.1.14"
futures-util = "0.3.28"
# Substrate crates:
sp-core = { version = "20.0.0", default-features = false }
sp-core-hashing = "8.0.0"
sp-keyring = "23.0.0"
sp-runtime = "23.0.0"
sp-version = "21.0.0"
sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm", default-features = false }
sp-core-hashing = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm" }
sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm" }
sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm" }
sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "lexnv/update_wasm" }
# Subxt workspace crates:
subxt = { version = "0.28.0", path = "subxt" }