(cargo-release) version 0.17.0

This commit is contained in:
Georgios Konstantopoulos 2022-07-28 10:58:51 -07:00
parent c35f673dc5
commit 0298f2a5b9
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1260,7 +1260,7 @@ dependencies = [
[[package]]
name = "ethers-solc"
version = "0.13.0"
version = "0.17.0"
dependencies = [
"cfg-if 1.0.0",
"colored",

View File

@ -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]

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-solc"
version = "0.13.0"
version = "0.17.0"
authors = ["Matthias Seitz <matthias.seitz@outlook.de>", "Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"