servo / unicode-bidi

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

Bump to 0.3.8 #78

Closed Manishearth closed 2 years ago

Manishearth commented 2 years ago

The hardcoded data stuff doesn't actually include breaking changes since it's purely new APIs (though it may affect people running with default-features = false unfortunately), happy to make it 0.4 instead.

madsmtm commented 2 years ago

I added the no_std support in https://github.com/servo/unicode-bidi/pull/58, but I suspect it isn't actually used anywhere (not until url gains no_std support).

But yeah, difficult decision.

younies commented 2 years ago

We need this version, because this PR: https://github.com/unicode-org/icu4x/pull/1784 is depending on the new version. right now we are depending on git.