From 6465dde1c4f69a97226a2c84bcb3ec5d4551f9de Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 24 Sep 2021 21:07:44 -0400 Subject: [PATCH] (cargo-release) version 0.5.3 --- Cargo.lock | 2 +- ethers-signers/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"