From c49009d7a560f62a9b9485118188efe0111490fd Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 10 Aug 2023 10:00:13 +0200 Subject: [PATCH] feat(rust/trezor-client): bump version to 0.1.2 --- rust/trezor-client/Cargo.lock | 2 +- rust/trezor-client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/trezor-client/Cargo.lock b/rust/trezor-client/Cargo.lock index 70fb5215e..26a61bc5e 100644 --- a/rust/trezor-client/Cargo.lock +++ b/rust/trezor-client/Cargo.lock @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "trezor-client" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bitcoin", "byteorder", diff --git a/rust/trezor-client/Cargo.toml b/rust/trezor-client/Cargo.toml index b9811a671..54e0b8da7 100644 --- a/rust/trezor-client/Cargo.toml +++ b/rust/trezor-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trezor-client" -version = "0.1.1" +version = "0.1.2" authors = [ "Piyush Kumar ", "joshieDo ",