diff --git a/Cargo.lock b/Cargo.lock index 3860168a..6a4cf540 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1260,7 +1260,7 @@ dependencies = [ [[package]] name = "ethers-solc" -version = "0.13.0" +version = "0.17.0" dependencies = [ "cfg-if 1.0.0", "colored", diff --git a/Cargo.toml b/Cargo.toml index f30f07d2..da2522a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ ethers-core = { version = "^0.17.0", default-features = false, path = "./ethers- ethers-providers = { version = "^0.17.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.13.0", default-features = false, path = "./ethers-solc", optional = true } +ethers-solc = { version = "^0.17.0", default-features = false, path = "./ethers-solc", optional = true } ethers-etherscan = { version = "^0.17.0", default-features = false, path = "./ethers-etherscan" } [target.'cfg(target_family = "unix")'.dev-dependencies] diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 46632825..ae83bd50 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-solc" -version = "0.13.0" +version = "0.17.0" authors = ["Matthias Seitz ", "Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" edition = "2018"