Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore(v0.9.43): reapply changes to collator-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
gitsimon committed Aug 1, 2023
1 parent 0a6bee5 commit a38a7bc
Show file tree
Hide file tree
Showing 6 changed files with 1,312 additions and 1,241 deletions.
3 changes: 3 additions & 0 deletions pallets/collator-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ frame-system = { default-features = false, git = "https://github.com/paritytech/
pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }

nimbus-primitives = { git = "https://github.com/acurast/nimbus", default-features = false, branch = "polkadot-v0.9.43" }

frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }

[dev-dependencies]
Expand Down Expand Up @@ -58,6 +60,7 @@ std = [
"frame-benchmarking/std",
"pallet-authorship/std",
"pallet-session/std",
"nimbus-primitives/std"
]

try-runtime = [ "frame-support/try-runtime" ]
Loading

0 comments on commit a38a7bc

Please sign in to comment.