From 86f5f096a4639d7f0d29066fa30960ded1926daf Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 24 Sep 2021 21:07:06 -0400 Subject: [PATCH] (cargo-release) version 0.5.3 --- Cargo.lock | 2 +- ethers-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19cb3b5a..cfe91789 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -916,7 +916,7 @@ dependencies = [ [[package]] name = "ethers-core" -version = "0.5.2" +version = "0.5.3" dependencies = [ "arrayvec 0.7.1", "bincode", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 0d100c62..4e66f05a 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethers-core" license = "MIT OR Apache-2.0" -version = "0.5.2" +version = "0.5.3" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Core structures for the ethers-rs crate"