Skip to content

Commit

Permalink
fix: outdated merge build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Nov 18, 2024
1 parent b5c2a49 commit d0fb6c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions crates/compilers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ use cache::CompilerCache;
use compile::output::contracts::VersionedContracts;
use compilers::multi::MultiCompiler;
use derivative::Derivative;
use foundry_compilers_artifacts::solc::{
sources::{Source, SourceCompilationKind, Sources},
Contract, Severity, SourceFile, StandardJsonCompilerInput,
use foundry_compilers_artifacts::{
output_selection::OutputSelection,
solc::{
sources::{Source, SourceCompilationKind, Sources},
Contract, Severity, SourceFile, StandardJsonCompilerInput,
},
};
use foundry_compilers_core::error::{Result, SolcError, SolcIoError};
use output::sources::{VersionedSourceFile, VersionedSourceFiles};
Expand Down

0 comments on commit d0fb6c3

Please sign in to comment.