Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jan 5, 2024
1 parent 1bf6055 commit 82294cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<EvmOpts> = Lazy::new(|| EvmOpts {
env: Env {
Expand Down

0 comments on commit 82294cf

Please sign in to comment.