mitsuhiko / similar

A high level diffing library for rust based on diffs
https://insta.rs/similar
Apache License 2.0
974 stars 32 forks source link

Update bstr to 1.X #64

Closed DaniPopes closed 2 months ago

DaniPopes commented 5 months ago

Update the optional bstr dependency to 1.X, plus some clippy fixes.

mitsuhiko commented 5 months ago

This requires bumping the MSRV to 1.65. I will need to check if that move is doable.