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
@@ -51,23 +51,20 @@ docify = { workspace = true }
bizinikiwi-wasm-builder = { workspace = true, optional = true }
[features]
default = ["std"]
default = [ "std" ]
std = [
"bizinikiwi-wasm-builder",
"codec/std",
"scale-info/std",
"serde_json/std",
"pezframe/std",
"pezframe-system/std",
"first-pezpallet/std",
"pezframe-support/std",
"pezframe-system-rpc-runtime-api/std",
"pezframe-system/std",
"pezframe/std",
"pezpallet-balances/std",
"pezpallet-sudo/std",
"pezpallet-timestamp/std",
"pezpallet-transaction-payment-rpc-runtime-api/std",
"pezpallet-transaction-payment/std",
"first-pezpallet/std",
"pezsp-api/std",
"pezsp-block-builder/std",
"pezsp-core/std",
@@ -77,9 +74,8 @@ std = [
"pezsp-runtime/std",
"pezsp-session/std",
"pezsp-transaction-pool/std",
"pezframe-system-rpc-runtime-api/std",
"bizinikiwi-wasm-builder",
"scale-info/std",
"serde_json/std",
]
runtime-benchmarks = [
"bizinikiwi-wasm-builder?/runtime-benchmarks",
@@ -91,4 +87,14 @@ runtime-benchmarks = [
"pezpallet-transaction-payment-rpc-runtime-api/runtime-benchmarks",
"pezpallet-transaction-payment/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezframe-system-rpc-runtime-api/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-block-builder/runtime-benchmarks",
"pezsp-genesis-builder/runtime-benchmarks",
"pezsp-offchain/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-session/runtime-benchmarks",
"pezsp-transaction-pool/runtime-benchmarks"
]