chore: format TOML files with taplo
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user