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:
@@ -75,3 +75,44 @@ runtime-benchmarks = [
|
||||
"pezsp-consensus/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"pezcumulus-client-bootnodes/std",
|
||||
"pezcumulus-relay-chain-interface/std",
|
||||
"pezcumulus-relay-chain-rpc-interface/std",
|
||||
"pezkuwi-network-bridge/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-service/std",
|
||||
"pezsc-authority-discovery/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsc-network-common/std",
|
||||
"pezsc-network/std",
|
||||
"pezsc-service/std",
|
||||
"pezsc-tracing/std",
|
||||
"pezsc-utils/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezsp-consensus/std",
|
||||
"prometheus-endpoint/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-client-bootnodes/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezcumulus-relay-chain-rpc-interface/try-runtime",
|
||||
"pezkuwi-core-primitives/try-runtime",
|
||||
"pezkuwi-node-network-protocol/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwi-service/try-runtime",
|
||||
"pezsc-authority-discovery/try-runtime",
|
||||
"pezsc-client-api/try-runtime",
|
||||
"pezsc-network-common/try-runtime",
|
||||
"pezsc-network/try-runtime",
|
||||
"pezsc-service/try-runtime",
|
||||
"pezsc-tracing/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-blockchain/try-runtime",
|
||||
"pezsp-consensus-babe/try-runtime",
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
|
||||
Reference in New Issue
Block a user