1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-19 21:08:07 +00:00

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

This commit is contained in:
Pavol Rusnak 2024-02-10 18:52:31 -03:00
parent bb29c1e5f8
commit d5eb68d1bc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 2 additions and 2 deletions

View File

@ -700,7 +700,7 @@ dependencies = [
[[package]]
name = "trezor-client"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"bitcoin",
"byteorder",

View File

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