From b592b2270707ca8aac7b478f0d959d73cd0ff044 Mon Sep 17 00:00:00 2001 From: iquerejeta Date: Wed, 4 Jan 2023 14:21:30 +0100 Subject: [PATCH] Version 0.2.1 --- Cargo.lock | 2 +- mithril-common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d9280ee3a3..1e5d794f696 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.0" +version = "0.2.1" dependencies = [ "async-trait", "bech32", diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index daabcb02ef2..de125155a24 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.0" +version = "0.2.1" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }