(cargo-release) version 0.17.0
This commit is contained in:
parent
3fce0cca25
commit
6f22e67044
|
@ -1062,7 +1062,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ethers-contract"
|
||||
version = "0.13.0"
|
||||
version = "0.17.0"
|
||||
dependencies = [
|
||||
"ethers-contract-abigen",
|
||||
"ethers-contract-derive",
|
||||
|
|
|
@ -82,7 +82,7 @@ solc-sha2-asm = ["ethers-solc", "ethers-solc/asm"]
|
|||
|
||||
[dependencies]
|
||||
ethers-addressbook = { version = "^0.17.0", default-features = false, path = "./ethers-addressbook" }
|
||||
ethers-contract = { version = "^0.13.0", default-features = false, path = "./ethers-contract" }
|
||||
ethers-contract = { version = "^0.17.0", default-features = false, path = "./ethers-contract" }
|
||||
ethers-core = { version = "^0.17.0", default-features = false, path = "./ethers-core" }
|
||||
ethers-providers = { version = "^0.17.0", default-features = false, path = "./ethers-providers" }
|
||||
ethers-signers = { version = "^0.13.0", default-features = false, path = "./ethers-signers" }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ethers-contract"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.13.0"
|
||||
version = "0.17.0"
|
||||
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
||||
edition = "2018"
|
||||
description = "Smart contract bindings for the ethers-rs crate"
|
||||
|
|
|
@ -14,7 +14,7 @@ all-features = true
|
|||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
ethers-contract = { version = "^0.13.0", path = "../ethers-contract", default-features = false }
|
||||
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-providers = { version = "^0.17.0", path = "../ethers-providers", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue