From d5eb68d1bc305de0943e1708dae8310b0b6f65e4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 10 Feb 2024 18:52:31 -0300 Subject: [PATCH] feat(rust/trezor-client): bump version to 0.1.3 --- 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 7c08189fe..531ac1d0b 100644 --- a/rust/trezor-client/Cargo.lock +++ b/rust/trezor-client/Cargo.lock @@ -700,7 +700,7 @@ dependencies = [ [[package]] name = "trezor-client" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bitcoin", "byteorder", diff --git a/rust/trezor-client/Cargo.toml b/rust/trezor-client/Cargo.toml index 97c24ced0..d37aec666 100644 --- a/rust/trezor-client/Cargo.toml +++ b/rust/trezor-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trezor-client" -version = "0.1.2" +version = "0.1.3" authors = [ "Piyush Kumar ", "joshieDo ",