From ab24c5558a938b5c638f120ab340348bbf4afb0a 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-contract/ethers-contract-abigen/Cargo.toml | 2 +- ethers-etherscan/Cargo.toml | 4 ++-- ethers-middleware/Cargo.toml | 2 +- ethers-solc/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b32fa377..77e56ac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1459,7 +1459,7 @@ dependencies = [ [[package]] name = "ethers-solc" -version = "0.17.0" +version = "1.0.0" dependencies = [ "cfg-if 1.0.0", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 884b923e..93ee2727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ ethers-core = { version = "^1.0.0", default-features = false, path = "./ethers-c 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-middleware = { version = "^0.17.0", default-features = false, path = "./ethers-middleware" } -ethers-solc = { version = "^0.17.0", default-features = false, path = "./ethers-solc", optional = true } +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" } [dev-dependencies] diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index 7aa69cf4..adbe564e 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -36,7 +36,7 @@ ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = "eip712", ] } ethers-derive-eip712 = { version = "^1.0.0", path = "../ethers-core/ethers-derive-eip712" } -ethers-solc = { version = "^0.17.0", path = "../ethers-solc", default-features = false } +ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] tokio = { version = "1.18", default-features = false, features = ["macros"] } diff --git a/ethers-contract/ethers-contract-abigen/Cargo.toml b/ethers-contract/ethers-contract-abigen/Cargo.toml index e378ddc2..f57fd771 100644 --- a/ethers-contract/ethers-contract-abigen/Cargo.toml +++ b/ethers-contract/ethers-contract-abigen/Cargo.toml @@ -45,7 +45,7 @@ rustls = ["reqwest/rustls-tls"] [dev-dependencies] tempfile = "3.2.0" -ethers-solc = { version = "^0.17.0", path = "../../ethers-solc", default-features = false, features = [ +ethers-solc = { version = "^1.0.0", path = "../../ethers-solc", default-features = false, features = [ "project-util", "svm-solc", ] } diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 7072227a..89eb4a3a 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -19,7 +19,7 @@ keywords = ["ethereum", "web3", "etherscan", "ethers"] [dependencies] ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false } -ethers-solc = { version = "^0.17.0", path = "../ethers-solc", default-features = false, optional = true } +ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false, optional = true } reqwest = { version = "0.11.12", default-features = false, features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } @@ -37,7 +37,7 @@ tempfile = "3.3.0" tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "time"] } serial_test = "0.9.0" tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] } -ethers-solc = { version = "^0.17.0", path = "../ethers-solc", default-features = false } +ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false } [package.metadata.docs.rs] all-features = true diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 7e6aa342..dd587f03 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -48,7 +48,7 @@ ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-f "rustls", ] } once_cell = "1.15.0" -ethers-solc = { version = "^0.17.0", path = "../ethers-solc" } +ethers-solc = { version = "^1.0.0", path = "../ethers-solc" } serial_test = "0.9.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index b8ca819a..f275cd72 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-solc" -version = "0.17.0" +version = "1.0.0" edition = "2018" rust-version = "1.62" authors = [