From 3d108dc5f5d5d56926f4f22b64fc77e0924948d9 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 24 Sep 2021 21:07:07 -0400 Subject: [PATCH] (cargo-release) version 0.5.2 --- Cargo.lock | 2 +- ethers-contract/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc45ab55..20b7e0de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -863,7 +863,7 @@ dependencies = [ [[package]] name = "ethers-contract" -version = "0.5.1" +version = "0.5.2" dependencies = [ "ethers-contract-abigen", "ethers-contract-derive", diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index b0e5560b..451762a6 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethers-contract" license = "MIT OR Apache-2.0" -version = "0.5.1" +version = "0.5.2" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Smart contract bindings for the ethers-rs crate"