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:
@@ -62,11 +62,16 @@ default = ["std"]
|
||||
# This crate does not have `no_std` support, we just require this for tests
|
||||
std = [
|
||||
"bizinikiwi-test-runtime/std",
|
||||
"pezsc-executor-common/std",
|
||||
"pezsc-executor-polkavm/std",
|
||||
"pezsc-executor-wasmtime/std",
|
||||
"pezsc-runtime-test/std",
|
||||
"pezsc-tracing/std",
|
||||
"pezsp-api/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-externalities/std",
|
||||
"pezsp-io/std",
|
||||
"pezsp-panic-handler/std",
|
||||
"pezsp-runtime-interface/std",
|
||||
"pezsp-runtime/std",
|
||||
"pezsp-state-machine/std",
|
||||
@@ -89,3 +94,13 @@ runtime-benchmarks = [
|
||||
"pezsp-trie/runtime-benchmarks",
|
||||
"pezsp-version/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [
|
||||
"bizinikiwi-test-runtime/try-runtime",
|
||||
"pezsc-runtime-test/try-runtime",
|
||||
"pezsc-tracing/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -26,3 +26,7 @@ wasm-instrument = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
std = [
|
||||
"pezsc-allocator/std",
|
||||
"polkavm/std",
|
||||
]
|
||||
|
||||
@@ -22,3 +22,11 @@ polkavm = { workspace = true }
|
||||
|
||||
pezsc-executor-common = { workspace = true, default-features = true }
|
||||
pezsp-wasm-interface = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
std = [
|
||||
"log/std",
|
||||
"pezsc-executor-common/std",
|
||||
"polkavm/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -30,6 +30,7 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features
|
||||
default = ["std"]
|
||||
std = [
|
||||
"bizinikiwi-wasm-builder",
|
||||
"bizinikiwi-wasm-builder?/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-io/std",
|
||||
"pezsp-runtime-interface/std",
|
||||
@@ -41,3 +42,8 @@ runtime-benchmarks = [
|
||||
"pezsp-runtime-interface/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezsp-runtime/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -71,3 +71,13 @@ runtime-benchmarks = [
|
||||
"pezsp-io/runtime-benchmarks",
|
||||
"pezsp-runtime-interface/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"anyhow/std",
|
||||
"log/std",
|
||||
"pezsc-allocator/std",
|
||||
"pezsc-executor-common/std",
|
||||
"rustix/std",
|
||||
"wasmtime/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
Reference in New Issue
Block a user