(cargo-release) version 0.17.0

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

2
Cargo.lock generated
View File

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

View File

@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
ethers-providers = { version = "^0.13.0", path = "../ethers-providers", default-features = false } 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-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-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 } ethers-derive-eip712 = { version = "^0.13.0", path = "../ethers-core/ethers-derive-eip712", optional = true }
serde = { version = "1.0.124", default-features = false } serde = { version = "1.0.124", default-features = false }

View File

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