Skip to content

Commit e55fc4e

Browse files
committed
Upgrade crates versions
1 parent 37bd835 commit e55fc4e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

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

internal/mithril-build-script/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-build-script"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
description = "A toolbox for Mithril crates build scripts"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.3.23"
3+
version = "0.3.24"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -98,7 +98,7 @@ slog-term = "2.9.0"
9898
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "time"] }
9999

100100
[build-dependencies]
101-
mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.1.4" }
101+
mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.2.0" }
102102

103103
[features]
104104
default = []

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.2.5"
3+
version = "0.3.0"
44
description = "Mithril Fake Aggregator for client testing"
55
authors = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)