diff --git a/Cargo.lock b/Cargo.lock index 207a88ab530..d30ff678e9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.99" +version = "0.2.100" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 4aeb7fc7c3f..ece0d2845e7 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.99" +version = "0.2.100" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }