foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
71 stars 41 forks source link

Update yansi to 1.0 #107

Closed dcb9 closed 5 months ago

dcb9 commented 5 months ago

Ref https://github.com/foundry-rs/foundry/issues/7709

dcb9 commented 5 months ago

removed foreground call.

Style::new().fg(Yellow) and Yellow.foreground() are equivalent, now I choose the first style, which one do you prefer?