mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 14:55:41 +00:00
Update sp-crates from crates.io
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
+5
-5
@@ -78,11 +78,11 @@ tokio-stream = "0.1.14"
|
||||
futures-util = "0.3.28"
|
||||
|
||||
# Substrate crates:
|
||||
sp-core = { git = "https://github.com/paritytech/substrate.git", default-features = false }
|
||||
sp-core-hashing = { git = "https://github.com/paritytech/substrate.git" }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate.git" }
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate.git" }
|
||||
sp-version = { git = "https://github.com/paritytech/substrate.git" }
|
||||
sp-core = { version = "21.0.0", default-features = false }
|
||||
sp-core-hashing = "9.0.0"
|
||||
sp-runtime = "24.0.0"
|
||||
sp-keyring = "24.0.0"
|
||||
sp-version = "22.0.0"
|
||||
|
||||
# Subxt workspace crates:
|
||||
subxt = { version = "0.28.0", path = "subxt" }
|
||||
|
||||
Reference in New Issue
Block a user