(cargo-release) version 0.13.0

This commit is contained in:
Georgios Konstantopoulos 2022-06-14 13:59:12 +03:00
parent ed6c3f8413
commit 83affb4c9c
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1284,7 +1284,7 @@ dependencies = [
[[package]]
name = "ethers-etherscan"
version = "0.2.2"
version = "0.13.0"
dependencies = [
"ethers-core",
"ethers-solc",

View File

@ -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"] }

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-etherscan"
version = "0.2.2"
version = "0.13.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.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 }