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
+1 -1
View File
@@ -114,6 +114,7 @@ std = [
"pezframe-support/std",
"pezframe-system/std",
"pezkuwi-subxt-signer",
"pezkuwi-subxt-signer?/std",
"pezpallet-proxy/std",
"pezpallet-revive-fixtures?/std",
"pezpallet-timestamp/std",
@@ -140,7 +141,6 @@ std = [
"secp256k1/std",
"serde/std",
"serde_json/std",
"pezkuwi-subxt-signer?/std"
]
runtime-benchmarks = [
"k256",
@@ -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",
]