Skip to content

Commit

Permalink
bump ethers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Mar 14, 2022
1 parent 7db4629 commit dcda2d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion cli/src/term.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ impl Reporter for SpinnerReporter {
}

fn on_solc_installation_error(&self, version: &Version, error: &str) {
self.send_msg(Colour::Red.paint(format!("Failed to install solc {}: {}", version, error)));
self.send_msg(
Colour::Red.paint(format!("Failed to install solc {}: {}", version, error)).to_string(),
);
}

fn on_unresolved_import(&self, import: &Path, remappings: &[Remapping]) {
Expand Down

0 comments on commit dcda2d2

Please sign in to comment.