(cargo-release) version 0.17.0

This commit is contained in:
Georgios Konstantopoulos 2022-07-28 10:58:50 -07:00
parent 73e8d85d74
commit 2ef60411ea
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1156,7 +1156,7 @@ dependencies = [
[[package]]
name = "ethers-etherscan"
version = "0.13.0"
version = "0.17.0"
dependencies = [
"ethers-core",
"getrandom 0.2.7",

View File

@ -88,7 +88,7 @@ ethers-providers = { version = "^0.17.0", default-features = false, path = "./et
ethers-signers = { version = "^0.17.0", default-features = false, path = "./ethers-signers" }
ethers-middleware = { version = "^0.13.0", default-features = false, path = "./ethers-middleware" }
ethers-solc = { version = "^0.13.0", default-features = false, path = "./ethers-solc", optional = true }
ethers-etherscan = { version = "^0.13.0", default-features = false, path = "./ethers-etherscan" }
ethers-etherscan = { version = "^0.17.0", default-features = false, path = "./ethers-etherscan" }
[target.'cfg(target_family = "unix")'.dev-dependencies]
ethers-providers = { version = "^0.17.0", default-features = false, path = "./ethers-providers", features = ["ws", "ipc"] }

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-etherscan"
version = "0.13.0"
version = "0.17.0"
authors = ["Matthias Seitz <matthias.seitz@outlook.de>", "Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"

View File

@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
ethers-contract = { version = "^0.17.0", path = "../ethers-contract", default-features = false }
ethers-core = { version = "^0.17.0", path = "../ethers-core", default-features = false }
ethers-etherscan = { version = "^0.13.0", path = "../ethers-etherscan", default-features = false }
ethers-etherscan = { version = "^0.17.0", path = "../ethers-etherscan", default-features = false }
ethers-providers = { version = "^0.17.0", path = "../ethers-providers", default-features = false }
ethers-signers = { version = "^0.17.0", path = "../ethers-signers", default-features = false }