From 82294cf1999c7b51c7a32cae77762b53c0955803 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 5 Jan 2024 19:47:13 +0000 Subject: [PATCH] remove unused deps --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ebd44b1..fc4e951 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -38,7 +38,6 @@ use foundry_evm::{ }; use once_cell::sync::Lazy; use std::{fmt::Debug, fs, path::PathBuf}; -use ethers::solc::SolcConfig; static EVM_OPTS: Lazy = Lazy::new(|| EvmOpts { env: Env {