Skip to content

Commit

Permalink
Fix aura slot (#1296)
Browse files Browse the repository at this point in the history
* Fix aura slot

Signed-off-by: Dengjianping <djptux@gmail.com>

* Fix runtime benchmark

Signed-off-by: Dengjianping <djptux@gmail.com>

---------

Signed-off-by: Dengjianping <djptux@gmail.com>
  • Loading branch information
Dengjianping committed Jan 15, 2024
1 parent 812db69 commit 91cb208
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ cumulus-test-relay-sproof-builder = { git = "https://github.com/paritytech/cumul
parachain-info = { git = 'https://github.com/paritytech/cumulus.git', default-features = false, branch = "polkadot-v0.9.43" }

# Nimbus dependencies
nimbus-consensus = { git = "https://github.com/manta-network/nimbus.git", branch = "polkadot-v0.9.43" }
nimbus-primitives = { git = "https://github.com/manta-network/nimbus.git", branch = "polkadot-v0.9.43", default-features = false }
pallet-aura-style-filter = { git = "https://github.com/manta-network/nimbus.git", branch = "polkadot-v0.9.43", default-features = false }
pallet-author-inherent = { git = "https://github.com/manta-network/nimbus.git", branch = "polkadot-v0.9.43", default-features = false }
nimbus-consensus = { git = "https://github.com/manta-network/nimbus.git", branch = "v4.6.1" }
nimbus-primitives = { git = "https://github.com/manta-network/nimbus.git", branch = "v4.6.1", default-features = false }
pallet-aura-style-filter = { git = "https://github.com/manta-network/nimbus.git", branch = "v4.6.1", default-features = false }
pallet-author-inherent = { git = "https://github.com/manta-network/nimbus.git", branch = "v4.6.1", default-features = false }

# Polkadot dependencies
pallet-xcm = { git = 'https://github.com/paritytech/polkadot.git', default-features = false, branch = "release-v0.9.43" }
Expand Down

0 comments on commit 91cb208

Please sign in to comment.