(cargo-release) version 0.17.0

This commit is contained in:
Georgios Konstantopoulos 2022-07-28 10:58:50 -07:00
parent 3fce0cca25
commit 6f22e67044
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1062,7 +1062,7 @@ dependencies = [
[[package]]
name = "ethers-contract"
version = "0.13.0"
version = "0.17.0"
dependencies = [
"ethers-contract-abigen",
"ethers-contract-derive",

View File

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

View File

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

View File

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