From 5f01ab78b217670fd080e849ec5653f842332882 Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:40:24 +0200 Subject: [PATCH] Update versions --- Cargo.lock | 4 ++-- mithril-aggregator/Cargo.toml | 2 +- mithril-common/Cargo.toml | 2 +- openapi.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81092b38158..bfcd00efdeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2161,7 +2161,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.3.107" +version = "0.3.108" dependencies = [ "anyhow", "async-trait", @@ -2239,7 +2239,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.122" +version = "0.2.123" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index c9f2660b51f..17294e03c09 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.3.107" +version = "0.3.108" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 9aba7a01bb0..a14fefdc649 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.122" +version = "0.2.123" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/openapi.yaml b/openapi.yaml index af396624d47..ae6bcf17940 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4,7 +4,7 @@ info: # `mithril-common/src/lib.rs` file. If you plan to update it # here to reflect changes in the API, please also update the constant in the # Rust file. - version: 0.1.11 + version: 0.1.12 title: Mithril Aggregator Server description: | The REST API provided by a Mithril Aggregator Node in a Mithril network.