1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

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

This commit is contained in:
Pavol Rusnak 2023-08-10 10:00:13 +02:00
parent 9113be553b
commit c49009d7a5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 2 additions and 2 deletions

View File

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

View File

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