Skip to content

Commit 79a4128

Browse files
committed
update Cargo versions
1 parent c8f1c82 commit 79a4128

File tree

5 files changed

+7
-7
lines changed

5 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.

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.3.9"
3+
version = "0.3.10"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-aggregator/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub use crate::configuration::{
4040
};
4141
pub use crate::multi_signer::{MultiSigner, MultiSignerImpl, ProtocolError};
4242
pub use crate::signable_builder::{
43-
ImmutableSignableBuilder, MithrilStakeDistributionSignableBuilder, SignableBuilderService,
43+
MithrilStakeDistributionSignableBuilder, SignableBuilderService,
4444
};
4545
pub use crate::snapshot_stores::{LocalSnapshotStore, SnapshotStore};
4646
pub use command_args::MainOpts;

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.2.45"
3+
version = "0.2.46"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { 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.36"
3+
version = "0.2.37"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)