From 26a7626915cc91a8186211357c58d59b117904f4 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 16 Nov 2021 15:28:50 +0200 Subject: [PATCH] feat: add solc-tests feature for synchronous download of solc versions --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 39ab8b0c..3ea619d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]