From f6f150ca288a95dda0c4fc3b8e527698d4ca91b0 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sun, 27 Nov 2022 12:27:57 -0800 Subject: [PATCH] (cargo-release) version 1.0.2 --- Cargo.lock | 2 +- ethers-solc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f33800f7..446a60d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1481,7 +1481,7 @@ dependencies = [ [[package]] name = "ethers-solc" -version = "1.0.0" +version = "1.0.2" dependencies = [ "cfg-if 1.0.0", "criterion", diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index a804559f..1ac41a80 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-solc" -version = "1.0.0" +version = "1.0.2" edition = "2018" rust-version = "1.62" authors = [