From 9f32b310ff223b90ff4c293999b5ce07e0d2dcc4 Mon Sep 17 00:00:00 2001 From: Martin Hloska Date: Sat, 11 Nov 2023 09:03:01 +0100 Subject: [PATCH] bump version --- Cargo.lock | 2 +- integration-tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32292d124..4a21ff08e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10218,7 +10218,7 @@ dependencies = [ [[package]] name = "runtime-integration-tests" -version = "1.15.2" +version = "1.15.3" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 5636df6f3..4f64632e3 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-integration-tests" -version = "1.15.2" +version = "1.15.3" description = "Integration tests" authors = ["GalacticCouncil"] edition = "2021"