From 767b3827a38d39ccf433b9f167a6b0f5b60f649b Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Wed, 23 Oct 2024 15:32:47 +0200 Subject: [PATCH] v0.8.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- runtime/bajun/src/lib.rs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0398f64..87826ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -699,7 +699,7 @@ dependencies = [ [[package]] name = "bajun-node" -version = "0.7.6" +version = "0.8.1" dependencies = [ "async-trait", "bajun-runtime", @@ -777,7 +777,7 @@ dependencies = [ [[package]] name = "bajun-runtime" -version = "0.7.6" +version = "0.8.1" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", diff --git a/Cargo.toml b/Cargo.toml index e86c54e..07301eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = [ "Ajuna Network " ] edition = "2021" homepage = "https://ajuna.io" repository = "https://github.com/ajuna-network/Ajuna" -version = "0.7.6" +version = "0.8.1" [workspace] resolver = "2" diff --git a/runtime/bajun/src/lib.rs b/runtime/bajun/src/lib.rs index f15df49..263338b 100644 --- a/runtime/bajun/src/lib.rs +++ b/runtime/bajun/src/lib.rs @@ -217,7 +217,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bajun"), impl_name: create_runtime_str!("bajun"), authoring_version: 1, - spec_version: 706, + spec_version: 801, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -384,7 +384,7 @@ impl frame_system::Config for Runtime { type PostTransactions = (); } -type SingleBlockMigrations = (cumulus_pallet_xcmp_queue::migration::v5::MigrateV4ToV5,); +type SingleBlockMigrations = (); #[cfg(not(feature = "runtime-benchmarks"))] use mbm::MultiBlockMigrations;