From 8acc0dcdd0c202ab657d4cf14f3194cd8e518df2 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sun, 5 Sep 2021 14:48:23 +0300 Subject: [PATCH] (cargo-release) version 0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb769fda..47ef4500 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "ethers" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "ethers-contract", diff --git a/Cargo.toml b/Cargo.toml index 200eb605..282323b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers" -version = "0.5.1" +version = "0.5.2" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" edition = "2018"