Skip to content

Commit

Permalink
Upgrade crates versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alenar committed Mar 27, 2024
1 parent 6133051 commit 3b8e5bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/mithril-build-script/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mithril-build-script"
version = "0.1.4"
version = "0.2.0"
description = "A toolbox for Mithril crates build scripts"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions mithril-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mithril-common"
version = "0.3.23"
version = "0.3.24"
description = "Common types, interfaces, and utilities for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -98,7 +98,7 @@ slog-term = "2.9.0"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "time"] }

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

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion mithril-test-lab/mithril-aggregator-fake/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator-fake"
version = "0.2.5"
version = "0.3.0"
description = "Mithril Fake Aggregator for client testing"
authors = { workspace = true }
documentation = { workspace = true }
Expand Down

0 comments on commit 3b8e5bd

Please sign in to comment.