diff --git a/Cargo.lock b/Cargo.lock index f24462c1..e8e1943b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1001,7 +1001,7 @@ dependencies = [ [[package]] name = "ethers-signers" -version = "0.5.2" +version = "0.5.3" dependencies = [ "async-trait", "coins-bip32", diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 7767f0b0..6a496b45 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethers-signers" license = "MIT OR Apache-2.0" -version = "0.5.2" +version = "0.5.3" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Signer implementations for the ethers-rs crate"