From 882db5b8952d5d8297d9bf870391bf3f1ab9abeb Mon Sep 17 00:00:00 2001 From: edouardparis Date: Sat, 18 Nov 2023 17:05:16 +0100 Subject: [PATCH] version 0.0.13 New version for the display_address method and to take the async-hwi-cli crate name on crates.io --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 77c8b2f..8a9f8e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ members = ["cli"] [workspace.dependencies] -async-hwi = { version = "0.0.12", path = "." } +async-hwi = { version = "0.0.13", path = "." } [workspace.package] -version = "0.0.12" +version = "0.0.13" edition = "2018" authors = ["Edouard Paris "] license-file = "LICENSE"