fix: zepter feature propagation, umbrella regeneration, taplo formatting

- Propagate runtime-benchmarks feature to pezsp-test-primitives in pezsp-api
- Regenerate umbrella crate after pezsp-api dev-dependency addition
- Apply taplo formatting to all changed Cargo.toml files
This commit is contained in:
2026-02-14 09:38:10 +03:00
parent 019f8b9ea1
commit a7c9df6c22
3 changed files with 2293 additions and 2289 deletions
Generated
+1 -1
View File
@@ -13457,7 +13457,7 @@ dependencies = [
[[package]]
name = "pezkuwi-sdk"
version = "0.44.0"
version = "0.0.0"
dependencies = [
"asset-test-pezutils",
"bizinikiwi-bip39",
+6 -1
View File
@@ -69,8 +69,13 @@ runtime-benchmarks = [
"pezsp-state-machine?/runtime-benchmarks",
"pezsp-trie?/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
"pezsp-test-primitives/runtime-benchmarks",
]
try-runtime = [
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
"pezsp-test-primitives/try-runtime",
]
try-runtime = ["pezsp-runtime/try-runtime", "pezsp-version/try-runtime"]
serde = []
[dev-dependencies]
+2286 -2287
View File
File diff suppressed because it is too large Load Diff