From de2ed3391db18c6e37bb3631d3b656ec49221d1a Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 28 Jul 2022 10:58:49 -0700 Subject: [PATCH] (cargo-release) version 0.17.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- ethers-addressbook/Cargo.toml | 2 +- ethers-contract/Cargo.toml | 2 +- ethers-contract/ethers-contract-abigen/Cargo.toml | 2 +- ethers-contract/ethers-contract-derive/Cargo.toml | 2 +- ethers-core/Cargo.toml | 2 +- ethers-core/ethers-derive-eip712/Cargo.toml | 2 +- ethers-etherscan/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- ethers-solc/Cargo.toml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31bafe12..0e96b537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1115,7 +1115,7 @@ dependencies = [ [[package]] name = "ethers-core" -version = "0.13.0" +version = "0.17.0" dependencies = [ "arrayvec 0.7.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e3fdc359..c5f55ea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ solc-sha2-asm = ["ethers-solc", "ethers-solc/asm"] [dependencies] ethers-addressbook = { version = "^0.13.0", default-features = false, path = "./ethers-addressbook" } ethers-contract = { version = "^0.13.0", default-features = false, path = "./ethers-contract" } -ethers-core = { version = "^0.13.0", default-features = false, path = "./ethers-core" } +ethers-core = { version = "^0.17.0", default-features = false, path = "./ethers-core" } ethers-providers = { version = "^0.13.0", default-features = false, path = "./ethers-providers" } ethers-signers = { version = "^0.13.0", default-features = false, path = "./ethers-signers" } ethers-middleware = { version = "^0.13.0", default-features = false, path = "./ethers-middleware" } diff --git a/ethers-addressbook/Cargo.toml b/ethers-addressbook/Cargo.toml index b7fc0abd..9ffdb76a 100644 --- a/ethers-addressbook/Cargo.toml +++ b/ethers-addressbook/Cargo.toml @@ -14,4 +14,4 @@ once_cell = "1.13.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -ethers-core = { path = "../ethers-core", version = "^0.13.0" } +ethers-core = { path = "../ethers-core", version = "^0.17.0" } diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index 1d31f18b..3141aaaf 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] ethers-providers = { version = "^0.13.0", path = "../ethers-providers", default-features = false } -ethers-core = { version = "^0.13.0", path = "../ethers-core", 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-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 } diff --git a/ethers-contract/ethers-contract-abigen/Cargo.toml b/ethers-contract/ethers-contract-abigen/Cargo.toml index 731321b1..d85a8918 100644 --- a/ethers-contract/ethers-contract-abigen/Cargo.toml +++ b/ethers-contract/ethers-contract-abigen/Cargo.toml @@ -14,7 +14,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -ethers-core = { version = "^0.13.0", path = "../../ethers-core", features = ["macros"] } +ethers-core = { version = "^0.17.0", path = "../../ethers-core", features = ["macros"] } Inflector = "0.11" proc-macro2 = "1.0" diff --git a/ethers-contract/ethers-contract-derive/Cargo.toml b/ethers-contract/ethers-contract-derive/Cargo.toml index f3c631be..c40c820e 100644 --- a/ethers-contract/ethers-contract-derive/Cargo.toml +++ b/ethers-contract/ethers-contract-derive/Cargo.toml @@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"] proc-macro = true [dependencies] -ethers-core = { version = "^0.13.0", path = "../../ethers-core" } +ethers-core = { version = "^0.17.0", path = "../../ethers-core" } ethers-contract-abigen = { version = "^0.13.0", path = "../ethers-contract-abigen" } serde_json = "1.0.53" diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 7a6b5038..1b7cab48 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethers-core" license = "MIT OR Apache-2.0" -version = "0.13.0" +version = "0.17.0" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Core structures for the ethers-rs crate" diff --git a/ethers-core/ethers-derive-eip712/Cargo.toml b/ethers-core/ethers-derive-eip712/Cargo.toml index 97f14406..d9303637 100644 --- a/ethers-core/ethers-derive-eip712/Cargo.toml +++ b/ethers-core/ethers-derive-eip712/Cargo.toml @@ -11,6 +11,6 @@ proc-macro = true [dependencies] quote = "1.0.9" syn = "1.0.77" -ethers-core = { version = "^0.13.0", path = "../", default-features = false, features = ["eip712", "macros"] } +ethers-core = { version = "^0.17.0", path = "../", default-features = false, features = ["eip712", "macros"] } hex = "0.4.3" serde_json = "1.0.68" diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 7a0ab196..c6d8b476 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -18,7 +18,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false } +ethers-core = { version = "^0.17.0", path = "../ethers-core", default-features = false } reqwest = { version = "0.11.11", default-features = false, features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 896c00bf..ac306e08 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] ethers-contract = { version = "^0.13.0", path = "../ethers-contract", default-features = false } -ethers-core = { version = "^0.13.0", path = "../ethers-core", 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.13.0", path = "../ethers-providers", default-features = false } ethers-signers = { version = "^0.13.0", path = "../ethers-signers", default-features = false } diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index e723a361..4581659b 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -14,7 +14,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false } +ethers-core = { version = "^0.17.0", path = "../ethers-core", default-features = false } async-trait = { version = "0.1.50", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["std"] } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index dccc373f..93130390 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -14,7 +14,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -ethers-core = { version = "^0.13.0", path = "../ethers-core", features = ["eip712"]} +ethers-core = { version = "^0.17.0", path = "../ethers-core", features = ["eip712"]} thiserror = { version = "1.0.31", default-features = false } coins-bip32 = "0.7.0" coins-bip39 = "0.7.0" diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index efffde74..46632825 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -14,7 +14,7 @@ Utilites for working with solc keywords = ["ethereum", "web3", "solc", "solidity", "ethers"] [dependencies] -ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false } +ethers-core = { version = "^0.17.0", path = "../ethers-core", default-features = false } serde_json = "1.0.68" serde = { version = "1.0.130", features = ["derive"] } semver = { version = "1.0.12", features = ["serde"] }