From 83affb4c9c64dfb220a37003945aedcadfe48fab Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 14 Jun 2022 13:59:12 +0300 Subject: [PATCH] (cargo-release) version 0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- ethers-etherscan/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c6e13a8..53e84eda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1284,7 +1284,7 @@ dependencies = [ [[package]] name = "ethers-etherscan" -version = "0.2.2" +version = "0.13.0" dependencies = [ "ethers-core", "ethers-solc", diff --git a/Cargo.toml b/Cargo.toml index b61e9ffe..32faf1f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ ethers-providers = { version = "^0.13.0", default-features = false, path = "./et ethers-signers = { version = "^0.13.0", default-features = false, path = "./ethers-signers" } ethers-middleware = { version = "^0.6.0", default-features = false, path = "./ethers-middleware" } ethers-solc = { version = "^0.13.0", default-features = false, path = "./ethers-solc" } -ethers-etherscan = { version = "^0.2.0", default-features = false, path = "./ethers-etherscan" } +ethers-etherscan = { version = "^0.13.0", default-features = false, path = "./ethers-etherscan" } [dev-dependencies] ethers-contract = { version = "^0.13.0", default-features = false, path = "./ethers-contract", features = ["abigen", "eip712"] } diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index a35fde10..a3fa57bb 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-etherscan" -version = "0.2.2" +version = "0.13.0" authors = ["Matthias Seitz ", "Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 6c1a4cf3..f65c2554 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] ethers-contract = { version = "^0.13.0", path = "../ethers-contract", default-features = false, features = ["abigen"] } ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false } -ethers-etherscan = { version = "^0.2.0", path = "../ethers-etherscan", default-features = false } +ethers-etherscan = { version = "^0.13.0", path = "../ethers-etherscan", default-features = false } ethers-providers = { version = "^0.13.0", path = "../ethers-providers", default-features = false } ethers-signers = { version = "^0.13.0", path = "../ethers-signers", default-features = false }