Skip to content

Commit dff3dc3

Browse files
committed
Backport 4229 Into v1.6.0 (#4288)
Backport of #4229 into the v1.7.0 release in order to support dependent runtimes. This version of the SDK doesn't have `UncheckedOnRuntimeUpgrade`, so I do it the "old way".
1 parent 69425eb commit dff3dc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cumulus/pallets/collator-selection/src/migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! A module that is responsible for migration of storage for Collator Selection.
1818
1919
use super::*;
20-
use frame_support::traits::{OnRuntimeUpgrade, UncheckedOnRuntimeUpgrade};
20+
use frame_support::traits::OnRuntimeUpgrade;
2121
use log;
2222

2323
/// Migrate to v2. Should have been part of <https://github.com/paritytech/polkadot-sdk/pull/1340>.

0 commit comments

Comments
 (0)