style: fix taplo TOML formatting in subxt vendor crates

This commit is contained in:
2026-02-13 21:35:04 +03:00
parent 2db495939a
commit e5dcfc86d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,12 +52,12 @@ std = [
"getrandom?/std",
"hex/std",
"impl-serde/std",
"pezkuwi-subxt-core?/std",
"pezkuwi-subxt-lightclient?/std",
"primitive-types/std",
"serde/std",
"serde_json/std",
"tracing/std",
"pezkuwi-subxt-core?/std",
]
serde = []
runtime-benchmarks = ["pezkuwi-subxt-core?/runtime-benchmarks"]
+1 -1
View File
@@ -77,6 +77,7 @@ std = [
"either/std",
"frame-metadata/std",
"hex/std",
"pezkuwi-subxt-core/std",
"pezkuwi-subxt-lightclient?/std",
"pezkuwi-subxt-macro/std",
"pezkuwi-subxt-metadata/std",
@@ -90,7 +91,6 @@ std = [
"serde/std",
"serde_json/std",
"tracing/std",
"pezkuwi-subxt-core/std",
]
try-runtime = ["pezsp-keyring/try-runtime", "pezsp-runtime/try-runtime"]
serde = []