pub type MigrateV3ToV5<T, U> = (MigrateToV4<T, U>, MigrateToV5<T>);
Expand description
Migrates from v3
directly to v5
to avoid the broken v4
migration.
pub type MigrateV3ToV5<T, U> = (MigrateToV4<T, U>, MigrateToV5<T>);
Migrates from v3
directly to v5
to avoid the broken v4
migration.