From 63ea3f1731aeca056b57f79833bc3f7a213d0278 Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Wed, 2 Mar 2022 12:06:08 +0200 Subject: [PATCH] update trezor-client to v0.0.5 release (#981) --- ethers-signers/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index c329a3c4..dfa50203 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -28,8 +28,7 @@ yubihsm = { version = "0.40.0", features = ["secp256k1", "http", "usb"], optiona futures-util = "^0.3" futures-executor = "^0.3" semver = "1.0.6" -# trezor-client = { version = "0.0.4", optional = true, default-features = false, features = ["f_ethereum"] } -trezor-client = { git = "https://github.com/gakonst/rust-trezor-api", branch = "chore/bump-eth-types", optional = true, default-features = false, features = ["f_ethereum"] } +trezor-client = { version = "0.0.5", optional = true, default-features = false, features = ["f_ethereum"] } # aws rusoto_core = { version = "0.47.0", optional = true }