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:
@@ -30,7 +30,13 @@ regex = { workspace = true }
|
||||
tokio = { features = ["full"], workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
try-runtime = ["node-cli/try-runtime"]
|
||||
try-runtime = [
|
||||
"bizinikiwi-rpc-client/try-runtime",
|
||||
"node-cli/try-runtime",
|
||||
"pez-node-primitives/try-runtime",
|
||||
"pezsc-cli/try-runtime",
|
||||
"pezsc-service/try-runtime",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-rpc-client/runtime-benchmarks",
|
||||
"node-cli/runtime-benchmarks",
|
||||
@@ -38,3 +44,10 @@ runtime-benchmarks = [
|
||||
"pezsc-cli/runtime-benchmarks",
|
||||
"pezsc-service/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"bizinikiwi-rpc-client/std",
|
||||
"node-cli/std",
|
||||
"pezsc-cli/std",
|
||||
"pezsc-service/std",
|
||||
"pezsp-rpc/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user