(cargo-release) version 0.17.0
This commit is contained in:
parent
8d3e796b47
commit
2b7d035324
|
@ -1102,7 +1102,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ethers-contract-derive"
|
||||
version = "0.13.0"
|
||||
version = "0.17.0"
|
||||
dependencies = [
|
||||
"ethers-contract-abigen",
|
||||
"ethers-core",
|
||||
|
|
|
@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
|||
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.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-contract-derive = { version = "^0.17.0", path = "ethers-contract-derive", optional = true }
|
||||
ethers-derive-eip712 = { version = "^0.13.0", path = "../ethers-core/ethers-derive-eip712", optional = true }
|
||||
|
||||
serde = { version = "1.0.124", default-features = false }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ethers-contract-derive"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue