From ed6c3f8413be9bade647ac9914dd9c428bf26738 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 | 2 +- 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, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58b02f36..9c6e13a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1367,7 +1367,7 @@ dependencies = [ [[package]] name = "ethers-signers" -version = "0.6.2" +version = "0.13.0" dependencies = [ "async-trait", "coins-bip32", diff --git a/Cargo.toml b/Cargo.toml index 071a1193..b61e9ffe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ ethers-addressbook = { version = "^0.13.0", default-features = false, path = "./ 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" } +ethers-signers = { version = "^0.13.0", default-features = false, path = "./ethers-signers" } ethers-middleware = { version = "^0.6.0", default-features = false, path = "./ethers-middleware" } ethers-solc = { version = "^0.13.0", default-features = false, path = "./ethers-solc" } ethers-etherscan = { version = "^0.2.0", default-features = false, path = "./ethers-etherscan" } diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index b4175e4d..38ce3e05 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -27,7 +27,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] } [dev-dependencies] ethers-middleware = { version = "^0.6.0", path = "../ethers-middleware" } ethers-providers = { version = "^0.13.0", path = "../ethers-providers", default-features = false, features = ["ws"] } -ethers-signers = { version = "^0.6.0", path = "../ethers-signers" } +ethers-signers = { version = "^0.13.0", path = "../ethers-signers" } ethers-contract-abigen = { version = "^0.13.0", path = "ethers-contract-abigen" } ethers-contract-derive = { version = "^0.13.0", path = "ethers-contract-derive" } ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false, features = ["eip712"]} diff --git a/ethers-core/ethers-derive-eip712/Cargo.toml b/ethers-core/ethers-derive-eip712/Cargo.toml index 597ce3c7..b3d18f28 100644 --- a/ethers-core/ethers-derive-eip712/Cargo.toml +++ b/ethers-core/ethers-derive-eip712/Cargo.toml @@ -18,4 +18,4 @@ serde_json = "1.0.68" [dev-dependencies] 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" } +ethers-signers = { version = "^0.13.0", path = "../../ethers-signers" } diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 211b968c..6c1a4cf3 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -18,7 +18,7 @@ ethers-contract = { version = "^0.13.0", path = "../ethers-contract", default-fe 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 } -ethers-signers = { version = "^0.6.0", path = "../ethers-signers", default-features = false } +ethers-signers = { version = "^0.13.0", path = "../ethers-signers", default-features = false } async-trait = { version = "0.1.50", default-features = false } serde = { version = "1.0.124", default-features = false, features = ["derive"] } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index b2d096b9..c1fafbd4 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethers-signers" license = "MIT OR Apache-2.0" -version = "0.6.2" +version = "0.13.0" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Signer implementations for the ethers-rs crate"