style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -33,7 +33,7 @@ pezpallet-balances = { workspace = true, default-features = true }
|
||||
pezsp-keystore = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"enumflags2/std",
|
||||
|
||||
@@ -21,6 +21,6 @@ codec = { features = ["derive"], workspace = true }
|
||||
pezsp-api = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "codec/std", "pezsp-api/std" ]
|
||||
runtime-benchmarks = [ "pezsp-api/runtime-benchmarks" ]
|
||||
default = ["std"]
|
||||
std = ["codec/std", "pezsp-api/std"]
|
||||
runtime-benchmarks = ["pezsp-api/runtime-benchmarks"]
|
||||
|
||||
Reference in New Issue
Block a user