trishume / syntect

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

Revert to bitflags 1.0.4 to not break semver #513

Closed Enselic closed 9 months ago

Enselic commented 9 months ago

This makes

cargo public-api diff 5.1.0

report no changes:

Removed items from the public API
=================================
(none)

Changed items in the public API
===============================
(none)

Added items to the public API
=============================
(none)

Which unblocks us from making 5.x.x releases.

I have filed https://github.com/trishume/syntect/issues/512 to track the long term solution to the dep bump + API problem.

See https://github.com/trishume/syntect/issues/489 for some additional discussion.

cc @extrawurst