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
+4 -4
View File
@@ -16,12 +16,12 @@ description = "Command line utilities for checking metadata compatibility betwee
[features]
default = ["legacy", "std"]
std = [
"frame-metadata/std",
"scale-info/std",
"bitvec/std",
"frame-decode/std",
"codec/std",
"pezsp-crypto-hashing/std"
"frame-decode/std",
"frame-metadata/std",
"pezsp-crypto-hashing/std",
"scale-info/std",
]
# Enable decoding of legacy metadata, too.