servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
78 stars 33 forks source link

Fix out of bounds panic #103

Closed Manishearth closed 1 year ago

Manishearth commented 1 year ago

Oops.

Manishearth commented 1 year ago

Going to merge and publish to prevent a panic in a release.

(The MSRV CI is failing since cargo test can't find syn. We should pin our deps for that test I think)