fix(ci): resolve all quick-checks failures

- Remove missing cli crate from workspace members
- Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml
- Fix Rust import ordering with cargo fmt
- Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
This commit is contained in:
2026-01-04 17:21:57 +03:00
parent 933f08e282
commit 479010094e
574 changed files with 1465 additions and 2447 deletions
@@ -140,6 +140,7 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features
[features]
std = [
"bizinikiwi-wasm-builder",
"codec/std",
"pezbp-asset-hub-pezkuwichain/std",
"pezbp-asset-hub-zagros/std",
"pezbp-bridge-hub-pezkuwichain/std",
@@ -149,11 +150,10 @@ std = [
"pezbp-pezkuwi-core/std",
"pezbp-pezkuwichain/std",
"pezbp-relayers/std",
"pezbp-runtime/std",
"pezbp-teyrchains/std",
"pezbp-xcm-bridge-hub-router/std",
"pezbridge-hub-common/std",
"codec/std",
"pezbp-runtime/std",
"pezbridge-runtime-common/std",
"pezcumulus-pezpallet-aura-ext/std",
"pezcumulus-pezpallet-session-benchmarking/std",
@@ -238,7 +238,7 @@ std = [
"xcm/std",
"zagros-runtime-constants/std",
]
default = ["std"]
default = [ "std" ]
runtime-benchmarks = [
"bizinikiwi-wasm-builder?/runtime-benchmarks",
@@ -251,10 +251,10 @@ runtime-benchmarks = [
"pezbp-pezkuwi-core/runtime-benchmarks",
"pezbp-pezkuwichain/runtime-benchmarks",
"pezbp-relayers/runtime-benchmarks",
"pezbp-runtime/runtime-benchmarks",
"pezbp-teyrchains/runtime-benchmarks",
"pezbp-xcm-bridge-hub-router/runtime-benchmarks",
"pezbridge-hub-common/runtime-benchmarks",
"pezbp-runtime/runtime-benchmarks",
"pezbridge-hub-test-utils/runtime-benchmarks",
"pezbridge-runtime-common/runtime-benchmarks",
"pezcumulus-pezpallet-aura-ext/runtime-benchmarks",
@@ -377,11 +377,11 @@ try-runtime = [
]
# Enable the metadata hash generation in the wasm builder.
metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
metadata-hash = [ "bizinikiwi-wasm-builder/metadata-hash" ]
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = ["metadata-hash"]
on-chain-release-build = [ "metadata-hash" ]
fast-runtime = []