From c205590ab9c0fa46ce5d0f8460a5ff961983ea69 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 24 Sep 2021 21:07:45 -0400 Subject: [PATCH] (cargo-release) version 0.5.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f25f990..3ac7c871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "ethers" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anyhow", "ethers-contract", diff --git a/Cargo.toml b/Cargo.toml index ecb0bf0c..a1208136 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers" -version = "0.5.2" +version = "0.5.3" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" edition = "2018"