mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Rename VersionedRuntimeUpgrade to VersionedMigration (#1187)
* rename VersionedRuntimeUpgrade to VersionedMigration * doc lint * rename test filename --------- Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
@@ -32,7 +32,7 @@ xcm-builder = { path = "../xcm-builder" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
# Enable `VersionedRuntimeUpgrade` for the migrations that is currently still experimental.
|
||||
# Enable `VersionedMigration` for the migrations using the experimental feature.
|
||||
experimental = [ "frame-support/experimental" ]
|
||||
std = [
|
||||
"bounded-collections/std",
|
||||
|
||||
Reference in New Issue
Block a user