fix: taplo format all Cargo.toml files

This commit is contained in:
2026-01-07 18:47:06 +03:00
parent 043f6e875a
commit f291117ad4
49 changed files with 123 additions and 123 deletions
+2 -2
View File
@@ -43,6 +43,7 @@ pezsp-tracing = { workspace = true, default-features = true }
[features]
default = ["std"]
std = [
"bizinikiwi-test-runtime-client/std",
"codec/std",
"log/std",
"pezframe-support/std",
@@ -53,7 +54,6 @@ std = [
"pezsp-weights/std",
"scale-info/std",
"serde/std",
"bizinikiwi-test-runtime-client/std"
]
runtime-benchmarks = [
"bizinikiwi-test-runtime-client/runtime-benchmarks",
@@ -63,10 +63,10 @@ runtime-benchmarks = [
"pezsp-version/runtime-benchmarks",
]
try-runtime = [
"bizinikiwi-test-runtime-client/try-runtime",
"pezframe-support/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
"bizinikiwi-test-runtime-client/try-runtime"
]
experimental = ["pezframe-support/experimental"]
serde = []