fix: bump ethers-solc version (#864)

This commit is contained in:
Matthias Seitz 2022-02-04 17:28:10 +01:00 committed by GitHub
parent b295d73c4a
commit b2b891dcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ keywords = ["ethereum", "web3", "etherscan", "ethers"]
[dependencies]
ethers-core = { version = "^0.6.0", path = "../ethers-core", default-features = false }
ethers-solc = { version = "^0.1.0", path = "../ethers-solc", default-features = false }
ethers-solc = { version = "^0.2.0", path = "../ethers-solc", default-features = false }
reqwest = { version = "0.11.9", default-features = false, features = ["json"] }
serde = { version = "1.0.124", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.64", default-features = false }