From 89f86d801e4d6b65da608a2aa6aaebda591641bf Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 14 Jun 2022 13:59:11 +0300 Subject: [PATCH] (cargo-release) version 0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- ethers-contract/Cargo.toml | 2 +- ethers-core/ethers-derive-eip712/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52b8342b..695e3d1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1181,7 +1181,7 @@ dependencies = [ [[package]] name = "ethers-contract" -version = "0.6.2" +version = "0.13.0" dependencies = [ "ethers-contract-abigen", "ethers-contract-derive", diff --git a/Cargo.toml b/Cargo.toml index 42e04de4..f42829c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ solc-sha2-asm = ["ethers-solc/asm"] [dependencies] ethers-addressbook = { version = "^0.13.0", default-features = false, path = "./ethers-addressbook" } -ethers-contract = { version = "^0.6.0", default-features = false, path = "./ethers-contract" } +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-providers = { version = "^0.13.0", default-features = false, path = "./ethers-providers" } ethers-signers = { version = "^0.6.0", default-features = false, path = "./ethers-signers" } @@ -92,7 +92,7 @@ ethers-solc = { version = "^0.3.0", default-features = false, path = "./ethers-s ethers-etherscan = { version = "^0.2.0", default-features = false, path = "./ethers-etherscan" } [dev-dependencies] -ethers-contract = { version = "^0.6.0", default-features = false, path = "./ethers-contract", features = ["abigen", "eip712"] } +ethers-contract = { version = "^0.13.0", default-features = false, path = "./ethers-contract", features = ["abigen", "eip712"] } ethers-providers = { version = "^0.13.0", default-features = false, path = "./ethers-providers", features = ["ws"] } [target.'cfg(target_family = "unix")'.dev-dependencies] diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index 36aa542b..f1371c3e 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethers-contract" license = "MIT OR Apache-2.0" -version = "0.6.2" +version = "0.13.0" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Smart contract bindings for the ethers-rs crate" diff --git a/ethers-core/ethers-derive-eip712/Cargo.toml b/ethers-core/ethers-derive-eip712/Cargo.toml index 15f90078..597ce3c7 100644 --- a/ethers-core/ethers-derive-eip712/Cargo.toml +++ b/ethers-core/ethers-derive-eip712/Cargo.toml @@ -16,6 +16,6 @@ hex = "0.4.3" serde_json = "1.0.68" [dev-dependencies] -ethers-contract = { version = "^0.6.0", path = "../../ethers-contract", features = ["abigen"]} +ethers-contract = { version = "^0.13.0", path = "../../ethers-contract", features = ["abigen"]} ethers-contract-derive = { version = "^0.13.0", path = "../../ethers-contract/ethers-contract-derive" } ethers-signers = { version = "^0.6.0", path = "../../ethers-signers" } diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 43ea7a80..5b4d8fd1 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -14,7 +14,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -ethers-contract = { version = "^0.6.0", path = "../ethers-contract", default-features = false, features = ["abigen"] } +ethers-contract = { version = "^0.13.0", path = "../ethers-contract", default-features = false, features = ["abigen"] } ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false } ethers-etherscan = { version = "^0.2.0", path = "../ethers-etherscan", default-features = false } ethers-providers = { version = "^0.13.0", path = "../ethers-providers", default-features = false } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 6db669f6..b2d096b9 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -41,7 +41,7 @@ eth-keystore = { version = "0.4.1" } home = { version = "0.5.3", optional = true } [dev-dependencies] -ethers-contract = { version = "^0.6.0", path = "../ethers-contract", features = ["eip712", "abigen"]} +ethers-contract = { version = "^0.13.0", path = "../ethers-contract", features = ["eip712", "abigen"]} ethers-derive-eip712 = { version = "^0.13.0", path = "../ethers-core/ethers-derive-eip712" } serde_json = { version = "1.0.64" } tracing-subscriber = "0.3.11"