From 7323570a791d79b87a5dc264fdda5bf7090f72be Mon Sep 17 00:00:00 2001 From: Damien LACHAUME / PALO-IT Date: Fri, 19 Jan 2024 09:07:59 +0100 Subject: [PATCH] Update crate version --- Cargo.lock | 2 +- mithril-client-wasm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6a214215e4..d13b7d8b939 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3381,7 +3381,7 @@ dependencies = [ [[package]] name = "mithril-client-wasm" -version = "0.1.5" +version = "0.1.6" dependencies = [ "async-trait", "futures", diff --git a/mithril-client-wasm/Cargo.toml b/mithril-client-wasm/Cargo.toml index 46ad5f53c3a..48ad59e4e7f 100644 --- a/mithril-client-wasm/Cargo.toml +++ b/mithril-client-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client-wasm" -version = "0.1.5" +version = "0.1.6" description = "Mithril client WASM" authors = { workspace = true } edition = { workspace = true }