From a5b91a0f743e5fd41c249e948f1fe711a196069f Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 28 Jul 2022 10:58:49 -0700 Subject: [PATCH] (cargo-release) version 0.17.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- ethers-addressbook/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e96b537..f07ad81b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,7 +1052,7 @@ dependencies = [ [[package]] name = "ethers-addressbook" -version = "0.13.0" +version = "0.17.0" dependencies = [ "ethers-core", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index c5f55ea0..54d474f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ solc-tests = ["ethers-solc", "ethers-solc/tests"] solc-sha2-asm = ["ethers-solc", "ethers-solc/asm"] [dependencies] -ethers-addressbook = { version = "^0.13.0", default-features = false, path = "./ethers-addressbook" } +ethers-addressbook = { version = "^0.17.0", default-features = false, path = "./ethers-addressbook" } ethers-contract = { version = "^0.13.0", default-features = false, path = "./ethers-contract" } ethers-core = { version = "^0.17.0", default-features = false, path = "./ethers-core" } ethers-providers = { version = "^0.13.0", default-features = false, path = "./ethers-providers" } diff --git a/ethers-addressbook/Cargo.toml b/ethers-addressbook/Cargo.toml index 9ffdb76a..b782426d 100644 --- a/ethers-addressbook/Cargo.toml +++ b/ethers-addressbook/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-addressbook" -version = "0.13.0" +version = "0.17.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Georgios Konstantopoulos "]