servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
74 stars 34 forks source link

Pin serde dep for MSRV build #107

Closed Manishearth closed 1 year ago

Manishearth commented 1 year ago

Fixes broken CI: syn 2.0 has a new MSRV

(We only depend on these for tests, but still)

Manishearth commented 1 year ago

Merging since this fixes CI