From 8c0e904b4355c55280b663871e86d1b0acdcf7d5 Mon Sep 17 00:00:00 2001 From: wszdexdrf Date: Wed, 12 Jul 2023 13:44:58 +0530 Subject: [PATCH] feat(rust): update trezor-client crate metadata --- rust/trezor-client/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/trezor-client/Cargo.toml b/rust/trezor-client/Cargo.toml index 285150528..718ddffb6 100644 --- a/rust/trezor-client/Cargo.toml +++ b/rust/trezor-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trezor-client" -version = "0.1.0" +version = "0.1.1" authors = [ "joshie", "DaniPopes <57450786+DaniPopes@users.noreply.github.com>", @@ -8,8 +8,8 @@ authors = [ "Steven Roose ", ] license = "CC0-1.0" -homepage = "https://github.com/joshieDo/rust-trezor-api" -repository = "https://github.com/joshieDo/rust-trezor-api" +homepage = "https://github.com/trezor/trezor-firmware/tree/master/rust/trezor-client" +repository = "https://github.com/trezor/trezor-firmware" description = "Client library for interfacing with Trezor hardware wallet devices" keywords = ["ethereum", "bitcoin", "trezor", "wallet"] categories = ["api-bindings", "cryptography::cryptocurrencies"]