style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -14,9 +14,9 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
array-bytes = { optional = true, workspace = true, default-features = true }
|
||||
pez-binary-merkle-tree = { workspace = true }
|
||||
codec = { features = ["derive"], workspace = true }
|
||||
log = { workspace = true }
|
||||
pez-binary-merkle-tree = { workspace = true }
|
||||
pezframe-benchmarking = { optional = true, workspace = true }
|
||||
pezframe-support = { workspace = true }
|
||||
pezframe-system = { workspace = true }
|
||||
@@ -38,7 +38,7 @@ pezpallet-balances = { workspace = true }
|
||||
pezsp-staking = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"array-bytes",
|
||||
"codec/std",
|
||||
|
||||
Reference in New Issue
Block a user