From e7dafce4b02d7454c16897fabd73ac19c4f621c4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Thu, 25 Jul 2024 12:20:08 +0200 Subject: [PATCH] chore: bump crates versions - 'mithril-aggregator' from '0.5.47' to '0.5.48' - 'mithril-infra' from '0.2.25' to '0.2.26' - 'mithril-signer' from '0.2.167' to '0.2.168' - 'mithril-devnet' from '0.3.7' to '0.3.8' - 'mithril-end-toend' from '0.4.22' to '0.4.23'. --- Cargo.lock | 4 ++-- mithril-aggregator/Cargo.toml | 2 +- mithril-infra/assets/infra.version | 2 +- mithril-test-lab/mithril-devnet/VERSION | 2 +- mithril-test-lab/mithril-end-to-end/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ba2308a0b0..b003ca0a45c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3547,7 +3547,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.5.47" +version = "0.5.48" dependencies = [ "anyhow", "async-trait", @@ -3775,7 +3775,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.4.22" +version = "0.4.23" dependencies = [ "anyhow", "async-recursion", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index 301b6504da6..db1b922e650 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.5.47" +version = "0.5.48" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-infra/assets/infra.version b/mithril-infra/assets/infra.version index 8cf7c24c6b0..770cb090ebc 100644 --- a/mithril-infra/assets/infra.version +++ b/mithril-infra/assets/infra.version @@ -1 +1 @@ -0.2.25 +0.2.26 diff --git a/mithril-test-lab/mithril-devnet/VERSION b/mithril-test-lab/mithril-devnet/VERSION index 0f82685331e..66784322096 100644 --- a/mithril-test-lab/mithril-devnet/VERSION +++ b/mithril-test-lab/mithril-devnet/VERSION @@ -1 +1 @@ -0.3.7 +0.3.8 diff --git a/mithril-test-lab/mithril-end-to-end/Cargo.toml b/mithril-test-lab/mithril-end-to-end/Cargo.toml index c29a03b7685..6910f1b4bcc 100644 --- a/mithril-test-lab/mithril-end-to-end/Cargo.toml +++ b/mithril-test-lab/mithril-end-to-end/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-end-to-end" -version = "0.4.22" +version = "0.4.23" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }