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