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:
Generated
+1
-1
@@ -13457,7 +13457,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pezkuwi-sdk"
|
||||
version = "0.44.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"asset-test-pezutils",
|
||||
"bizinikiwi-bip39",
|
||||
|
||||
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user