Skip to content

Commit 59a8894

Browse files
committed
Upgrade crate versions
* mithril-aggregator from `0.5.60` to `0.5.61` * mithril-common from `0.4.49` to `0.4.50` * mithril-signer from `0.2.179` to `0.2.180` * mithril-aggregator-fake from `0.3.8` to `0.3.9` * openapi.yaml from `0.1.28` to `0.1.29`
1 parent 4c4463a commit 59a8894

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.5.60"
3+
version = "0.5.61"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.4.49"
3+
version = "0.4.50"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-signer"
3-
version = "0.2.179"
3+
version = "0.2.180"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-test-lab/mithril-aggregator-fake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator-fake"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
description = "Mithril Fake Aggregator for client testing"
55
authors = { workspace = true }
66
documentation = { workspace = true }

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
# `mithril-common/src/lib.rs` file. If you plan to update it
55
# here to reflect changes in the API, please also update the constant in the
66
# Rust file.
7-
version: 0.1.28
7+
version: 0.1.29
88
title: Mithril Aggregator Server
99
description: |
1010
The REST API provided by a Mithril Aggregator Node in a Mithril network.

0 commit comments

Comments
 (0)