From 9ec8d9cdade18cc9d6bf1056f5fe9ea1912b9ef4 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 25 Oct 2022 11:03:00 -0700 Subject: [PATCH] (cargo-release) version 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- ethers-contract/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77e56ac6..950a405a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1426,7 +1426,7 @@ dependencies = [ [[package]] name = "ethers-signers" -version = "0.17.0" +version = "1.0.0" dependencies = [ "async-trait", "coins-bip32", diff --git a/Cargo.toml b/Cargo.toml index 93ee2727..620c45db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ ethers-addressbook = { version = "^1.0.0", default-features = false, path = "./e ethers-contract = { version = "^1.0.0", default-features = false, path = "./ethers-contract" } ethers-core = { version = "^1.0.0", default-features = false, path = "./ethers-core" } ethers-providers = { version = "^1.0.0", default-features = false, path = "./ethers-providers" } -ethers-signers = { version = "^0.17.0", default-features = false, path = "./ethers-signers" } +ethers-signers = { version = "^1.0.0", default-features = false, path = "./ethers-signers" } ethers-middleware = { version = "^0.17.0", default-features = false, path = "./ethers-middleware" } ethers-solc = { version = "^1.0.0", default-features = false, path = "./ethers-solc", optional = true } ethers-etherscan = { version = "^0.17.0", default-features = false, path = "./ethers-etherscan" } diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index adbe564e..fe92d961 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -29,7 +29,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] } ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-features = false, features = [ "ws", ] } -ethers-signers = { version = "^0.17.0", path = "../ethers-signers" } +ethers-signers = { version = "^1.0.0", path = "../ethers-signers" } ethers-contract-abigen = { version = "^1.0.0", path = "ethers-contract-abigen" } ethers-contract-derive = { version = "^1.0.0", path = "ethers-contract-derive" } ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false, features = [ diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index dd587f03..3d12c9cd 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -19,7 +19,7 @@ ethers-contract = { version = "^1.0.0", path = "../ethers-contract", default-fea ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false } ethers-etherscan = { version = "^0.17.0", path = "../ethers-etherscan", default-features = false } ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-features = false } -ethers-signers = { version = "^0.17.0", path = "../ethers-signers", default-features = false } +ethers-signers = { version = "^1.0.0", path = "../ethers-signers", default-features = false } async-trait = { version = "0.1.50", default-features = false } auto_impl = { version = "0.5.0", default-features = false } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 047604ca..bc69359d 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-signers" -version = "0.17.0" +version = "1.0.0" edition = "2018" rust-version = "1.62" authors = ["Georgios Konstantopoulos "]