From 54b81e6b7f8349eaa82bb8a29902acd970187194 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-contract/ethers-contract-abigen/Cargo.toml | 2 +- ethers-etherscan/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- ethers-solc/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 695e3d1b..58b02f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1400,7 +1400,7 @@ dependencies = [ [[package]] name = "ethers-solc" -version = "0.3.0" +version = "0.13.0" dependencies = [ "cfg-if 1.0.0", "colored", diff --git a/Cargo.toml b/Cargo.toml index f42829c3..071a1193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ ethers-core = { version = "^0.13.0", default-features = false, path = "./ethers- 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-middleware = { version = "^0.6.0", default-features = false, path = "./ethers-middleware" } -ethers-solc = { version = "^0.3.0", default-features = false, path = "./ethers-solc" } +ethers-solc = { version = "^0.13.0", default-features = false, path = "./ethers-solc" } ethers-etherscan = { version = "^0.2.0", default-features = false, path = "./ethers-etherscan" } [dev-dependencies] diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index f1371c3e..b4175e4d 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -32,7 +32,7 @@ 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"]} ethers-derive-eip712 = { version = "^0.13.0", path = "../ethers-core/ethers-derive-eip712"} -ethers-solc = { version = "^0.3.0", path = "../ethers-solc", default-features = false } +ethers-solc = { version = "^0.13.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 fd5f163d..d011b1e3 100644 --- a/ethers-contract/ethers-contract-abigen/Cargo.toml +++ b/ethers-contract/ethers-contract-abigen/Cargo.toml @@ -41,4 +41,4 @@ rustls = ["reqwest/rustls-tls"] [dev-dependencies] tempfile = "3.2.0" -ethers-solc = { version = "^0.3.0", path = "../../ethers-solc", default-features = false, features = ["project-util"] } +ethers-solc = { version = "^0.13.0", path = "../../ethers-solc", default-features = false, features = ["project-util"] } diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 8276650c..a35fde10 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -28,7 +28,7 @@ tempfile = "3.3.0" tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "time"] } serial_test = "0.6.0" tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] } -ethers-solc = { version = "^0.3.0", path = "../ethers-solc", default-features = false } +ethers-solc = { version = "^0.13.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 5b4d8fd1..211b968c 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -43,7 +43,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] } rand = { version = "0.8.5", default-features = false } ethers-providers = { version = "^0.13.0", path = "../ethers-providers", default-features = false, features = ["ws", "rustls"] } once_cell = "1.12.0" -ethers-solc = { version = "^0.3.0", path = "../ethers-solc", default-features = false } +ethers-solc = { version = "^0.13.0", path = "../ethers-solc", default-features = false } serial_test = "0.6.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index d966e190..91c17142 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-solc" -version = "0.3.0" +version = "0.13.0" authors = ["Matthias Seitz ", "Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" edition = "2018"