(cargo-release) version 1.0.0

This commit is contained in:
Georgios Konstantopoulos 2022-10-25 11:03:01 -07:00
parent 9ec8d9cdad
commit de02d08ff7
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1340,7 +1340,7 @@ dependencies = [
[[package]]
name = "ethers-etherscan"
version = "0.17.0"
version = "1.0.0"
dependencies = [
"ethers-core",
"ethers-solc",

View File

@ -96,7 +96,7 @@ ethers-providers = { version = "^1.0.0", default-features = false, path = "./eth
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-solc = { version = "^1.0.0", default-features = false, path = "./ethers-solc", optional = true }
ethers-etherscan = { version = "^0.17.0", default-features = false, path = "./ethers-etherscan" }
ethers-etherscan = { version = "^1.0.0", default-features = false, path = "./ethers-etherscan" }
[dev-dependencies]
ethers-contract = { version = "^1.0.0", default-features = false, path = "./ethers-contract", features = [

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-etherscan"
version = "0.17.0"
version = "1.0.0"
rust-version = "1.62"
authors = [
"Matthias Seitz <matthias.seitz@outlook.de>",

View File

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