diff --git a/Cargo.lock b/Cargo.lock index a84663ef5..638e3049a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11366,7 +11366,7 @@ dependencies = [ [[package]] name = "runtime-integration-tests" -version = "1.19.11" +version = "1.19.12" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 9c63774af..01e988202 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-integration-tests" -version = "1.19.11" +version = "1.19.12" description = "Integration tests" authors = ["GalacticCouncil"] edition = "2021"