fix: comprehensive feature propagation and dep:serde fixes
- Fix serde optional dependency issues by adding dep:serde to serde features (24 crates) - Run zepter to propagate runtime-benchmarks, std, try-runtime, serde, experimental, with-tracing, tuples-96 features - Regenerate umbrella crate with proper feature propagation - Format all TOML files with taplo This resolves check-umbrella and check-zepter CI failures.
This commit is contained in:
@@ -60,9 +60,11 @@ runtime-benchmarks = [
|
||||
"pezsc-client-api/runtime-benchmarks",
|
||||
"pezsc-consensus-slots/runtime-benchmarks",
|
||||
"pezsc-consensus/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsc-network-test/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-block-builder/runtime-benchmarks",
|
||||
"pezsp-blockchain/runtime-benchmarks",
|
||||
"pezsp-consensus-aura/runtime-benchmarks",
|
||||
@@ -73,3 +75,39 @@ runtime-benchmarks = [
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezsp-timestamp/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"log/std",
|
||||
"pez-fork-tree/std",
|
||||
"pezsc-block-builder/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsc-consensus-slots/std",
|
||||
"pezsc-consensus/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-network-test/std",
|
||||
"pezsc-network/std",
|
||||
"pezsc-telemetry/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezsp-consensus/std",
|
||||
"prometheus-endpoint/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezsc-block-builder/try-runtime",
|
||||
"pezsc-client-api/try-runtime",
|
||||
"pezsc-consensus-slots/try-runtime",
|
||||
"pezsc-consensus/try-runtime",
|
||||
"pezsc-network-test/try-runtime",
|
||||
"pezsc-network/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-block-builder/try-runtime",
|
||||
"pezsp-blockchain/try-runtime",
|
||||
"pezsp-consensus-aura/try-runtime",
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-inherents/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-timestamp/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
Reference in New Issue
Block a user