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

Commit

Permalink
Companion for paritytech/cumulus#1421
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Sep 21, 2022
1 parent bea187e commit b5714d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ array-bytes = { version = "3.0" }
codec = { package = "parity-scale-codec", version = "3.1", default-features = false, features = ["derive"] }
ethereum-types = { version = "0.12", default-features = false }
scale-info = { version = "2.0", default-features = false, features = ["derive"] }
smallvec = { version = "1.8" }
smallvec = { version = "1.9" }
# cumulus
pallet-collator-selection = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" }
# darwinia-messages-substrate
Expand Down
2 changes: 1 addition & 1 deletion runtime/crab-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "5.3.3"
array-bytes = { version = "3.0" }
codec = { package = "parity-scale-codec", version = "3.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.1", default-features = false, features = ["derive"] }
smallvec = { version = "1.8" }
smallvec = { version = "1.9" }
# cumulus
cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" }
cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/darwinia-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "5.3.3"
array-bytes = { version = "3.0", optional = true }
codec = { package = "parity-scale-codec", version = "3.1", default-features = false, features = ["derive"] }
scale-info = { version = "2.1", default-features = false, features = ["derive"] }
smallvec = { version = "1.8" }
smallvec = { version = "1.9" }
# cumulus
cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" }
cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/pangolin-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "5.3.3"
array-bytes = { version = "3.0" }
codec = { package = "parity-scale-codec", version = "3.1", default-features = false, features = ["derive"] }
scale-info = { version = "2.1", default-features = false, features = ["derive"] }
smallvec = { version = "1.8" }
smallvec = { version = "1.9" }
# cumulus
cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" }
cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.27" }
Expand Down

0 comments on commit b5714d4

Please sign in to comment.