Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Oct 30, 2024
1 parent 59343cf commit 4ff51f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pallets/gear-builtin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-staking/runtime-benchmarks",
"ark-bls12-381",
"ark-ec",
"ark-ff",
Expand Down
2 changes: 2 additions & 0 deletions pallets/gear-eth-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pallet-authorship = { workspace = true, features = ["std"] }
pallet-balances = { workspace = true, features = ["std"] }
pallet-grandpa = { workspace = true, features = ["std"] }
pallet-session = { workspace = true, features = ["std"] }
pallet-staking = { workspace = true, features = ["std"] }
sp-session = { workspace = true, features = ["std"] }
pallet-gear = { workspace = true, features = ["std"] }
pallet-timestamp = { workspace = true, features = ["std"] }
Expand Down Expand Up @@ -94,6 +95,7 @@ try-runtime = [
# Gear deps.
"common/runtime-benchmarks",
"pallet-gear-builtin/runtime-benchmarks",
"pallet-staking/runtime-benchmarks",

# Substrate deps.
"frame-support/try-runtime",
Expand Down

0 comments on commit 4ff51f8

Please sign in to comment.