1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-10 12:25:55 +00:00

feat(rust/trezor-client): bump version to 0.1.5

This commit is contained in:
kimlwh 2025-01-03 16:32:49 +00:00 committed by matejcik
parent 1d54c2b8c5
commit 3f6d0561f9
2 changed files with 2 additions and 2 deletions

View File

@ -690,7 +690,7 @@ dependencies = [
[[package]]
name = "trezor-client"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"bitcoin",
"byteorder",

View File

@ -1,6 +1,6 @@
[package]
name = "trezor-client"
version = "0.1.4"
version = "0.1.5"
authors = [
"Piyush Kumar <piyushkumar2k02@kgpian.iitkgp.ac.in>",
"joshieDo <ranriver@protonmail.com>",