chore: break more circular dev-dependencies for crates.io
- pezframe-metadata-hash-extension: remove bizinikiwi-test-runtime-client, bizinikiwi-wasm-builder, pezsp-transaction-pool
This commit is contained in:
Generated
-3
@@ -12083,8 +12083,6 @@ name = "pezframe-metadata-hash-extension"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"array-bytes 6.2.3",
|
"array-bytes 6.2.3",
|
||||||
"bizinikiwi-test-runtime-client",
|
|
||||||
"bizinikiwi-wasm-builder",
|
|
||||||
"const-hex",
|
"const-hex",
|
||||||
"docify",
|
"docify",
|
||||||
"frame-metadata",
|
"frame-metadata",
|
||||||
@@ -12096,7 +12094,6 @@ dependencies = [
|
|||||||
"pezsp-api",
|
"pezsp-api",
|
||||||
"pezsp-runtime",
|
"pezsp-runtime",
|
||||||
"pezsp-tracing",
|
"pezsp-tracing",
|
||||||
"pezsp-transaction-pool",
|
|
||||||
"scale-info",
|
"scale-info",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -20,11 +20,8 @@ pezframe-system = { workspace = true }
|
|||||||
pezsp-runtime = { features = ["serde"], workspace = true }
|
pezsp-runtime = { features = ["serde"], workspace = true }
|
||||||
scale-info = { features = ["derive", "serde"], workspace = true }
|
scale-info = { features = ["derive", "serde"], workspace = true }
|
||||||
|
|
||||||
|
# Dev-dependencies with test-runtime-client and wasm-builder moved to integration tests
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bizinikiwi-test-runtime-client = { workspace = true }
|
|
||||||
bizinikiwi-wasm-builder = { features = [
|
|
||||||
"metadata-hash",
|
|
||||||
], workspace = true, default-features = true }
|
|
||||||
frame-metadata = { features = [
|
frame-metadata = { features = [
|
||||||
"current",
|
"current",
|
||||||
"unstable",
|
"unstable",
|
||||||
@@ -32,7 +29,6 @@ frame-metadata = { features = [
|
|||||||
merkleized-metadata = { workspace = true }
|
merkleized-metadata = { workspace = true }
|
||||||
pezsp-api = { workspace = true, default-features = true }
|
pezsp-api = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
pezsp-transaction-pool = { workspace = true, default-features = true }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
@@ -46,11 +42,8 @@ std = [
|
|||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
]
|
]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
|
||||||
"bizinikiwi-wasm-builder/runtime-benchmarks",
|
|
||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezsp-api/runtime-benchmarks",
|
"pezsp-api/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
"pezsp-transaction-pool/runtime-benchmarks",
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user