Skip to content

Commit a4f99fe

Browse files
committed
chore: upgrade crate versions and mithril-infra/assets/infra.version version
* mithril-cli-helper from `0.0.2` to `0.0.3` * mithril-aggregator from `0.7.26` to `0.7.27` * mithril-common from `0.5.17` to `0.5.18` * mithril-end-to-end from `0.4.75` to `0.4.76` * mithril-infra/assets/infra.version from `0.3.15` to `0.3.16`
1 parent 9ecadcc commit a4f99fe

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.

internal/mithril-cli-helper/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-cli-helper"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "An internal crate to provide tools for cli."
55
authors = { workspace = true }
66
edition = { workspace = true }

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.7.26"
3+
version = "0.7.27"
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.5.17"
3+
version = "0.5.18"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-infra/assets/infra.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.3.15
1+
0.3.16
22

mithril-test-lab/mithril-end-to-end/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-end-to-end"
3-
version = "0.4.75"
3+
version = "0.4.76"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)