RazrFalcon / rustybuzz

A complete harfbuzz's shaping algorithm port to Rust
MIT License
498 stars 34 forks source link

Bump Rust Edition #103

Closed Pi-Cla closed 2 months ago

Pi-Cla commented 2 months ago

I ran cargo fix --edition --all-features and nothing changed. The tests also all still passed on both the master and my 4.3.0 branch

Pi-Cla commented 2 months ago

This does not impact msrv because we depend on bitflags 2.4.1 and it already specifies edition 2021