mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 06:31:03 +00:00
sp-api: Move macro related re-exports to __private (#2446)
This moves the macro related re-exports to `__private` to make it more obvious for downstream users that they are using an internal api. --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -37,12 +37,14 @@ tokio = { version = "1.22.0", features = ["sync"] }
|
||||
array-bytes = "6.1"
|
||||
log = "0.4.17"
|
||||
futures-util = { version = "0.3.19", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.108"
|
||||
tokio = { version = "1.22.0", features = ["macros"] }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
substrate-test-runtime = { path = "../../test-utils/runtime" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sp-externalities = { path = "../../primitives/externalities" }
|
||||
sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" }
|
||||
sc-block-builder = { path = "../block-builder" }
|
||||
sc-service = { path = "../service", features = ["test-helpers"]}
|
||||
|
||||
Reference in New Issue
Block a user