,
+}
+
+impl {
+ #[cfg(feature = "try-runtime")]
+ fn post_upgrade(_state: Vec ();
+ ensure!(pallet_version == V, "Pallet version mismatch");
+ Ok(())
+ }
+}
diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml
index 5853b5e51a..9f2c9fdcfd 100644
--- a/runtime/astar/Cargo.toml
+++ b/runtime/astar/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "astar-runtime"
-version = "5.33.0"
+version = "5.34.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 0e8a8a353a..39aa53a2c2 100644
--- a/runtime/astar/src/lib.rs
+++ b/runtime/astar/src/lib.rs
@@ -148,7 +148,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("astar"),
impl_name: create_runtime_str!("astar"),
authoring_version: 1,
- spec_version: 81,
+ spec_version: 82,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
@@ -713,9 +713,9 @@ impl pallet_contracts::Config for Runtime {
type Debug = ();
type Environment = ();
type Migrations = (
- pallet_contracts::migration::v12::Migration