Skip to content

Commit

Permalink
Update substrate/frame/benchmarking/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Nov 11, 2024
1 parent ff94277 commit a172feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static_assertions = { workspace = true, default-features = true }
array-bytes = { workspace = true, default-features = true }
rusty-fork = { workspace = true }
sp-keystore = { workspace = true, default-features = true }
sc-client-db = { workspace = true }
sc-client-db = { workspace = true, features = [ "runtime-benchmarks" ] }
sp-state-machine = { workspace = true }
sp-externalities = { workspace = true }

Expand Down

0 comments on commit a172feb

Please sign in to comment.