fix: taplo format all Cargo.toml files
This commit is contained in:
@@ -35,6 +35,8 @@ pezsp-transaction-pool = { workspace = true, default-features = true }
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"bizinikiwi-wasm-builder/std",
|
||||
"codec/std",
|
||||
"const-hex/std",
|
||||
"log/std",
|
||||
@@ -42,25 +44,23 @@ std = [
|
||||
"pezframe-system/std",
|
||||
"pezsp-runtime/std",
|
||||
"scale-info/std",
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"bizinikiwi-wasm-builder/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
"bizinikiwi-wasm-builder/runtime-benchmarks",
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"pezframe-system/runtime-benchmarks",
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezsp-transaction-pool/runtime-benchmarks",
|
||||
"bizinikiwi-wasm-builder/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezsp-transaction-pool/try-runtime"
|
||||
"pezsp-transaction-pool/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
Reference in New Issue
Block a user