From c3cc58cfa2f4f8915fc3e5a4092f6ac7be3e683c Mon Sep 17 00:00:00 2001 From: Damien LACHAUME / PALO-IT Date: Fri, 23 Feb 2024 10:14:41 +0100 Subject: [PATCH] chore: 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 42dc8f61f5f..7eef634d145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "mithril-client-wasm" -version = "0.1.11" +version = "0.2.0" dependencies = [ "async-trait", "futures", diff --git a/mithril-client-wasm/Cargo.toml b/mithril-client-wasm/Cargo.toml index 8f44be3f774..d0d230cc220 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.11" +version = "0.2.0" description = "Mithril client WASM" authors = { workspace = true } edition = { workspace = true }