Skip to content

Commit

Permalink
pallet-revive: The fixtures are only required for benchmarking (#6385)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Nov 6, 2024
1 parent 86e1e38 commit c1238b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions substrate/frame/revive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ frame-benchmarking = { optional = true, workspace = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
pallet-balances = { optional = true, workspace = true }
pallet-revive-fixtures = { workspace = true, default-features = false }
pallet-revive-fixtures = { workspace = true, default-features = false, optional = true }
pallet-revive-uapi = { workspace = true, default-features = true }
pallet-revive-proc-macro = { workspace = true, default-features = true }
pallet-transaction-payment = { workspace = true }
Expand Down Expand Up @@ -91,7 +91,7 @@ std = [
"log/std",
"pallet-balances?/std",
"pallet-proxy/std",
"pallet-revive-fixtures/std",
"pallet-revive-fixtures?/std",
"pallet-timestamp/std",
"pallet-transaction-payment/std",
"pallet-utility/std",
Expand Down Expand Up @@ -121,6 +121,7 @@ runtime-benchmarks = [
"pallet-balances/runtime-benchmarks",
"pallet-message-queue/runtime-benchmarks",
"pallet-proxy/runtime-benchmarks",
"pallet-revive-fixtures",
"pallet-timestamp/runtime-benchmarks",
"pallet-transaction-payment/runtime-benchmarks",
"pallet-utility/runtime-benchmarks",
Expand Down

0 comments on commit c1238b6

Please sign in to comment.