From 602d1b32d66182e3cdffff939e09cd5e8fbab536 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 26 Apr 2023 16:38:42 +0200 Subject: [PATCH] Bump crates version --- Cargo.lock | 6 +++--- mithril-aggregator/Cargo.toml | 2 +- mithril-common/Cargo.toml | 2 +- mithril-signer/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7608992d3b4..704c3d47e0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2063,7 +2063,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.2.53" +version = "0.3.0" dependencies = [ "async-trait", "chrono", @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.40" +version = "0.2.41" dependencies = [ "async-trait", "bech32", @@ -2193,7 +2193,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.33" +version = "0.2.34" dependencies = [ "async-trait", "clap 4.2.2", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index bc92370169c..a1c17d54890 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.2.53" +version = "0.3.0" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 758a06079ae..6103d267091 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.40" +version = "0.2.41" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 972fd142c49..cefd886f6f8 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.33" +version = "0.2.34" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true }