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:
+23
@@ -44,3 +44,26 @@ runtime-benchmarks = [
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezkuwi-primitives/std",
|
||||
"pezkuwichain-runtime-constants/std",
|
||||
"pezsc-consensus-grandpa/std",
|
||||
"pezsp-authority-discovery/std",
|
||||
"pezsp-consensus-babe/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-keyring/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwichain-runtime-constants/try-runtime",
|
||||
"pezkuwichain-runtime/try-runtime",
|
||||
"pezsc-consensus-grandpa/try-runtime",
|
||||
"pezsp-authority-discovery/try-runtime",
|
||||
"pezsp-consensus-babe/try-runtime",
|
||||
"pezsp-consensus-beefy/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -46,3 +46,28 @@ runtime-benchmarks = [
|
||||
"zagros-runtime-constants/runtime-benchmarks",
|
||||
"zagros-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezkuwi-primitives/std",
|
||||
"pezpallet-staking/std",
|
||||
"pezsc-consensus-grandpa/std",
|
||||
"pezsp-authority-discovery/std",
|
||||
"pezsp-consensus-babe/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-runtime/std",
|
||||
"zagros-runtime-constants/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezpallet-staking/try-runtime",
|
||||
"pezsc-consensus-grandpa/try-runtime",
|
||||
"pezsp-authority-discovery/try-runtime",
|
||||
"pezsp-consensus-babe/try-runtime",
|
||||
"pezsp-consensus-beefy/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
"zagros-runtime-constants/try-runtime",
|
||||
"zagros-runtime/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
|
||||
Reference in New Issue
Block a user