feat: add solc-tests feature for synchronous download of solc versions

This commit is contained in:
Georgios Konstantopoulos 2021-11-16 15:28:50 +02:00
parent 1da62d65d2
commit 26a7626915
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ abigen-offline = ["ethers-contract/abigen-offline"]
## solc
solc-async = ["ethers-solc/async"]
solc-full = ["ethers-solc/full"]
solc-tests = ["ethers-solc/tests"]