Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubertpalo committed Jun 1, 2023
1 parent a1be3cb commit 14060f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 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 mithril-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mithril-client"
version = "0.2.23"
version = "0.3.0"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
5 changes: 1 addition & 4 deletions mithril-client/src/commands/snapshot/show.rs
Expand Up @@ -74,10 +74,7 @@ fn convert_to_field_items(snapshot: &Snapshot) -> Vec<SnapshotFieldItem> {
"Immutable File Number".to_string(),
format!("{}", snapshot.beacon.immutable_file_number),
),
SnapshotFieldItem::new(
"Network".to_string(),
format!("{}", snapshot.beacon.network),
),
SnapshotFieldItem::new("Network".to_string(), snapshot.beacon.network.to_owned()),
SnapshotFieldItem::new("Digest".to_string(), snapshot.digest.to_string()),
SnapshotFieldItem::new("Size".to_string(), format!("{}", snapshot.size)),
];
Expand Down
2 changes: 1 addition & 1 deletion mithril-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mithril-common"
version = "0.2.57"
version = "0.2.58"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-test-lab/mithril-end-to-end/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mithril-end-to-end"
version = "0.1.17"
version = "0.1.18"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down

0 comments on commit 14060f8

Please sign in to comment.