trishume / syntect

Rust library for syntax highlighting using Sublime Text syntax definitions.
https://docs.rs/syntect
MIT License
1.85k stars 130 forks source link

chore: replace yaml-rust with actively maintained yaml-rust2 #538

Closed d3rpp closed 1 month ago

d3rpp commented 2 months ago

It would be worth investigating if the dependency is required at all, this simply replaces it with the crate key in the Cargo.toml with yaml-rust2.

TODO: update changelog when everything is sorted out 👍

d3rpp commented 2 months ago

Update: I was wrong it is in fact used 👍

d3rpp commented 1 month ago

Closing as #544 does the fix in a better fashion