(cargo-release) version 0.17.0
This commit is contained in:
parent
c35f673dc5
commit
0298f2a5b9
|
@ -1260,7 +1260,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ethers-solc"
|
name = "ethers-solc"
|
||||||
version = "0.13.0"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"colored",
|
"colored",
|
||||||
|
|
|
@ -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-providers = { version = "^0.17.0", default-features = false, path = "./ethers-providers" }
|
||||||
ethers-signers = { version = "^0.17.0", default-features = false, path = "./ethers-signers" }
|
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-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" }
|
ethers-etherscan = { version = "^0.17.0", default-features = false, path = "./ethers-etherscan" }
|
||||||
|
|
||||||
[target.'cfg(target_family = "unix")'.dev-dependencies]
|
[target.'cfg(target_family = "unix")'.dev-dependencies]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ethers-solc"
|
name = "ethers-solc"
|
||||||
version = "0.13.0"
|
version = "0.17.0"
|
||||||
authors = ["Matthias Seitz <matthias.seitz@outlook.de>", "Georgios Konstantopoulos <me@gakonst.com>"]
|
authors = ["Matthias Seitz <matthias.seitz@outlook.de>", "Georgios Konstantopoulos <me@gakonst.com>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in New Issue