(cargo-release) version 0.17.0

This commit is contained in:
Georgios Konstantopoulos 2022-07-28 10:58:49 -07:00
parent a5b91a0f74
commit 8d3e796b47
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1081,7 +1081,7 @@ dependencies = [
[[package]]
name = "ethers-contract-abigen"
version = "0.13.0"
version = "0.17.0"
dependencies = [
"Inflector",
"cfg-if 1.0.0",

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-contract-abigen"
version = "0.13.0"
version = "0.17.0"
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>", "Georgios Konstantopoulos <me@gakonst.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -18,7 +18,7 @@ proc-macro = true
[dependencies]
ethers-core = { version = "^0.17.0", path = "../../ethers-core" }
ethers-contract-abigen = { version = "^0.13.0", path = "../ethers-contract-abigen" }
ethers-contract-abigen = { version = "^0.17.0", path = "../ethers-contract-abigen" }
serde_json = "1.0.53"
hex = { version = "0.4.3", default-features = false, features = ["std"] }