Skip to content

Commit

Permalink
Fix features
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
AurevoirXavier committed Aug 2, 2024
1 parent 7877b5d commit 9ce8379
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pallet/deposit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ std = [

runtime-benchmarks = [
# darwinia
"darwinia-ethtx-forwarder/runtime-benchmarks",
"darwinia-staking-traits/runtime-benchmarks",

# polkadot-sdk
Expand Down
1 change: 1 addition & 0 deletions pallet/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ std = [
runtime-benchmarks = [
# darwinia
"darwinia-deposit",
"darwinia-ethtx-forwarder/runtime-benchmarks",
"darwinia-staking-traits/runtime-benchmarks",

# polkadot-sdk
Expand Down
1 change: 1 addition & 0 deletions runtime/crab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ runtime-benchmarks = [
"darwinia-account-migration/runtime-benchmarks",
"darwinia-common-runtime/runtime-benchmarks",
"darwinia-deposit/runtime-benchmarks",
"darwinia-ethtx-forwarder/runtime-benchmarks",
"darwinia-precompile-assets/runtime-benchmarks",
"darwinia-precompile-staking/runtime-benchmarks",
"darwinia-staking/runtime-benchmarks",
Expand Down
1 change: 1 addition & 0 deletions runtime/darwinia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ runtime-benchmarks = [
"darwinia-account-migration/runtime-benchmarks",
"darwinia-common-runtime/runtime-benchmarks",
"darwinia-deposit/runtime-benchmarks",
"darwinia-ethtx-forwarder/runtime-benchmarks",
"darwinia-precompile-assets/runtime-benchmarks",
"darwinia-precompile-staking/runtime-benchmarks",
"darwinia-staking/runtime-benchmarks",
Expand Down
1 change: 1 addition & 0 deletions runtime/koi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ runtime-benchmarks = [
# darwinia
"darwinia-common-runtime/runtime-benchmarks",
"darwinia-deposit/runtime-benchmarks",
"darwinia-ethtx-forwarder/runtime-benchmarks",
"darwinia-precompile-assets/runtime-benchmarks",
"darwinia-precompile-staking/runtime-benchmarks",
"darwinia-staking/runtime-benchmarks",
Expand Down

0 comments on commit 9ce8379

Please sign in to comment.