zesterer / ariadne

A fancy diagnostics & error reporting crate
https://crates.io/crates/ariadne
MIT License
1.79k stars 78 forks source link

Update simple.rs to use ariadne::Color #104

Closed gimbling-away closed 8 months ago

zesterer commented 8 months ago

Did this not compile previously?

gimbling-away commented 8 months ago

Not with the latest yansi version, no, due to a version conflict between what yansi is at and what ariadne re-exports. :)

yansi needs to be manually downgraded for it to compile