mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
deps: use polkadot-sdk umbrella crate (#1786)
* deps: unify usage of polkadot-sdk crates * cargo fmt * fix macro crate * make tests compile * fix more nits * fix doc tests * fix more nits * more nits * core: remove polkadot-sdk/std * cargo fmt * remove polkadot-sdk/std by default * Update metadata/Cargo.toml * remove more std * Update Cargo.toml
This commit is contained in:
+1
-9
@@ -117,8 +117,6 @@ which = "6.0.3"
|
||||
strip-ansi-escapes = "0.2.0"
|
||||
proptest = "1.5.0"
|
||||
hex-literal = "0.4.1"
|
||||
sc-executor = "0.40.1"
|
||||
sc-executor-common = "0.35.0"
|
||||
|
||||
# Light client support:
|
||||
smoldot = { version = "0.18.0", default-features = false }
|
||||
@@ -139,13 +137,7 @@ instant = { version = "0.1.13", default-features = false }
|
||||
tokio-util = "0.7.12"
|
||||
|
||||
# Substrate crates:
|
||||
sp-core = { version = "34.0.0", default-features = false }
|
||||
sp-crypto-hashing = { version = "0.1.0", default-features = false }
|
||||
sp-runtime = "39.0.1"
|
||||
sp-keyring = "39.0.0"
|
||||
sp-maybe-compressed-blob = "11.0.0"
|
||||
sp-state-machine = "0.43.0"
|
||||
sp-io = "38.0.0"
|
||||
polkadot-sdk = { version = "0.7", default-features = false }
|
||||
|
||||
# Subxt workspace crates:
|
||||
subxt = { version = "0.37.0", path = "subxt", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user