diff --git a/Cargo.lock b/Cargo.lock index cf97d8e6..9cbc750f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1000,7 +1000,7 @@ dependencies = [ [[package]] name = "ethers-signers" -version = "0.5.1" +version = "0.5.2" dependencies = [ "async-trait", "coins-bip32", diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 60761928..945da3dc 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.1" +version = "0.5.2" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Signer implementations for the ethers-rs crate"