chore: format TOML files with taplo

This commit is contained in:
2025-12-23 02:10:16 +03:00
parent 8efb0cd08c
commit 34b4735a2a
31 changed files with 132 additions and 214 deletions
@@ -43,13 +43,9 @@ pezkuwi-sdk = { workspace = true, features = ["bizinikiwi-build-script-utils"] }
[features]
default = ["std"]
std = [
"pez-revive-dev-runtime/std",
"pezkuwi-sdk/std",
"pezsp-runtime/std"
]
std = ["pez-revive-dev-runtime/std", "pezkuwi-sdk/std", "pezsp-runtime/std"]
runtime-benchmarks = [
"pez-revive-dev-runtime/runtime-benchmarks",
"pezkuwi-sdk/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks"
"pezsp-runtime/runtime-benchmarks",
]
@@ -51,5 +51,5 @@ std = [
]
runtime-benchmarks = [
"pezkuwi-sdk/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks"
"pezsp-runtime/runtime-benchmarks",
]