From 237accb9575af0aafc31d60eb4574f6cdcb74ff6 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 25 Oct 2022 11:03:01 -0700 Subject: [PATCH] (cargo-release) version 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02ab9e72..b34688a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ dependencies = [ [[package]] name = "ethers-middleware" -version = "0.17.0" +version = "1.0.0" dependencies = [ "async-trait", "auto_impl 0.5.0", diff --git a/Cargo.toml b/Cargo.toml index 31b6f4d3..6750bb3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ ethers-contract = { version = "^1.0.0", default-features = false, path = "./ethe ethers-core = { version = "^1.0.0", default-features = false, path = "./ethers-core" } ethers-providers = { version = "^1.0.0", default-features = false, path = "./ethers-providers" } ethers-signers = { version = "^1.0.0", default-features = false, path = "./ethers-signers" } -ethers-middleware = { version = "^0.17.0", default-features = false, path = "./ethers-middleware" } +ethers-middleware = { version = "^1.0.0", default-features = false, path = "./ethers-middleware" } ethers-solc = { version = "^1.0.0", default-features = false, path = "./ethers-solc", optional = true } ethers-etherscan = { version = "^1.0.0", default-features = false, path = "./ethers-etherscan" } diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index d66005c4..3eaff182 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-middleware" -version = "0.17.0" +version = "1.0.0" edition = "2018" rust-version = "1.62" authors = ["Georgios Konstantopoulos "]