diff --git a/Cargo.lock b/Cargo.lock index 9dec9d5ff..6fc98b755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.45.0" +version = "5.46.0" dependencies = [ "array-bytes", "astar-primitives", @@ -6487,7 +6487,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.45.0" +version = "5.46.0" dependencies = [ "array-bytes", "astar-primitives", @@ -14315,7 +14315,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.45.0" +version = "5.46.0" dependencies = [ "array-bytes", "astar-primitives", @@ -14437,7 +14437,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.45.0" +version = "5.46.0" dependencies = [ "array-bytes", "astar-primitives", diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index 9ad0359ea..22575f9a1 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.45.0" +version = "5.46.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 2470d17d1..6763d0ed8 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -186,7 +186,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 1000, + spec_version: 1100, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 1fc813ba8..0ff2f9336 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.45.0" +version = "5.46.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index fa1abf2c0..6facd366a 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.45.0" +version = "5.46.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 39829378a..56189d121 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -207,7 +207,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 1000, + spec_version: 1100, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, @@ -1538,11 +1538,6 @@ impl pallet_migrations::Config for Runtime { #[cfg(feature = "runtime-benchmarks")] impl vesting_mbm::Config for Runtime {} -impl cumulus_pallet_xcmp_queue::migration::v5::V5Config for Runtime { - // This must be the same as the `ChannelInfo` from the `Config`: - type ChannelList = ParachainSystem; -} - construct_runtime!( pub struct Runtime { diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 4fd7a46d1..54a7f6d64 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.45.0" +version = "5.46.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 754e752a8..c6165decf 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 1000, + spec_version: 1100, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, @@ -1206,11 +1206,6 @@ impl pallet_migrations::Config for Runtime { type WeightInfo = pallet_migrations::weights::SubstrateWeight; } -impl cumulus_pallet_xcmp_queue::migration::v5::V5Config for Runtime { - // This must be the same as the `ChannelInfo` from the `Config`: - type ChannelList = ParachainSystem; -} - construct_runtime!( pub struct Runtime {