diff --git a/Cargo.lock b/Cargo.lock index 46850fac..fc45ab55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1001,7 +1001,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 7264c538..7767f0b0 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"