From 381577d6e00783fd1a3ccdae61455b410c22d312 Mon Sep 17 00:00:00 2001 From: dmoka Date: Wed, 4 Dec 2024 18:53:27 +0100 Subject: [PATCH] bump versions --- Cargo.lock | 2 +- integration-tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e93ee1a8e9..f91b2f1022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11179,7 +11179,7 @@ dependencies = [ [[package]] name = "runtime-integration-tests" -version = "1.0.5" +version = "1.0.6" dependencies = [ "basilisk-runtime", "cumulus-pallet-aura-ext", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index ae74465358..70bf3d7d04 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-integration-tests" -version = "1.0.5" +version = "1.0.6" description = "Integration tests" authors = ["GalacticCouncil"] edition = "2021"