Skip to content

Commit

Permalink
Fix toml format
Browse files Browse the repository at this point in the history
Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
  • Loading branch information
georgepisaltu committed Aug 20, 2024
1 parent 999fd23 commit 0b5c6e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ sp-keyring = { workspace = true, default-features = true }
default = ["std"]
std = [
"codec/std",
"frame-benchmarking?/std",
"frame-support/std",
"frame-system/std",
"log/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"frame-benchmarking?/std"
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
Expand Down

0 comments on commit 0b5c6e1

Please sign in to comment.