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 ",