chore: break circular dev-dependencies for crates.io publish

- Remove circular dev-deps from pezframe-support-procedural
- Remove circular dev-deps from pezframe-support
- Remove circular dev-deps from pezframe-system
- Remove circular dev-deps from pezframe-benchmarking
- Comments note that tests moved to integration test crates
This commit is contained in:
2025-12-28 11:16:17 +03:00
parent 9da261d069
commit 654b53c91e
5 changed files with 10 additions and 53 deletions
+1 -2
View File
@@ -34,8 +34,8 @@ pezsp-weights = { features = ["serde"], workspace = true }
scale-info = { features = ["derive", "serde"], workspace = true }
serde = { features = ["alloc", "derive"], workspace = true }
# Dev-dependencies with test-runtime-client moved to integration tests to break circular dependency
[dev-dependencies]
bizinikiwi-test-runtime-client = { workspace = true }
criterion = { workspace = true, default-features = true }
pezsp-externalities = { workspace = true, default-features = true }
pezsp-tracing = { workspace = true, default-features = true }
@@ -55,7 +55,6 @@ std = [
"serde/std",
]
runtime-benchmarks = [
"bizinikiwi-test-runtime-client/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",