Skip to content

Commit

Permalink
bump compilers (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr authored Jun 17, 2024
1 parent 50ee39b commit 5d4d418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/block-explorers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ thiserror = "1.0"
tracing = "0.1.37"
semver = "1.0"

foundry-compilers = { version = "0.7", optional = true }
foundry-compilers = { version = "0.8", optional = true }

[dev-dependencies]
tempfile = "3.8"
Expand Down
4 changes: 3 additions & 1 deletion crates/block-explorers/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ use std::{collections::HashMap, path::Path};

#[cfg(feature = "foundry-compilers")]
use foundry_compilers::{
artifacts::Settings, compilers::solc::SolcCompiler, EvmVersion, ProjectBuilder, SolcConfig,
artifacts::{EvmVersion, Settings},
compilers::solc::SolcCompiler,
ProjectBuilder, SolcConfig,
};

#[derive(Clone, Copy, Debug, Default, Serialize, Deserialize)]
Expand Down

0 comments on commit 5d4d418

Please sign in to comment.