diff --git a/Cargo.lock b/Cargo.lock index 4bae3ddeb64..8f095beb4ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3373,7 +3373,7 @@ dependencies = [ [[package]] name = "mithril-aggregator-fake" -version = "0.1.3" +version = "0.2.0" dependencies = [ "anyhow", "axum", @@ -3400,7 +3400,7 @@ version = "0.1.0" [[package]] name = "mithril-client" -version = "0.6.2" +version = "0.6.3" dependencies = [ "anyhow", "async-recursion", @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "mithril-client-wasm" -version = "0.1.9" +version = "0.1.10" dependencies = [ "async-trait", "futures", @@ -3478,7 +3478,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "async-trait", @@ -3549,7 +3549,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-recursion", diff --git a/mithril-client-wasm/Cargo.toml b/mithril-client-wasm/Cargo.toml index 20efc1c7b69..7968b309ca5 100644 --- a/mithril-client-wasm/Cargo.toml +++ b/mithril-client-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client-wasm" -version = "0.1.9" +version = "0.1.10" description = "Mithril client WASM" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client/Cargo.toml b/mithril-client/Cargo.toml index 1148905a243..63b69ab9ce4 100644 --- a/mithril-client/Cargo.toml +++ b/mithril-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client" -version = "0.6.2" +version = "0.6.3" description = "Mithril client library" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 0f7f70c69d7..03a80618779 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.3.4" +version = "0.3.5" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-test-lab/mithril-aggregator-fake/Cargo.toml b/mithril-test-lab/mithril-aggregator-fake/Cargo.toml index 50b2b70df62..5e6d2e716de 100644 --- a/mithril-test-lab/mithril-aggregator-fake/Cargo.toml +++ b/mithril-test-lab/mithril-aggregator-fake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator-fake" -version = "0.1.3" +version = "0.2.0" description = "Mithril Fake Aggregator for client testing" authors = { workspace = true } documentation = { workspace = true } diff --git a/mithril-test-lab/mithril-end-to-end/Cargo.toml b/mithril-test-lab/mithril-end-to-end/Cargo.toml index 1213fdd623c..cc0dd147b4a 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.3.1" +version = "0.3.2" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }