servo / unicode-bidi

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

Fix `no_std` #63

Closed madsmtm closed 2 years ago

madsmtm commented 2 years ago

Fixes a typo that I introduced in #58, which effectively disabled the entire crate when the default std feature was disabled.

Also, now we actually test the no_std support, so things like this shouldn't happen again.

Manishearth commented 2 years ago

Heh, that's a nice bug. Thanks!

madsmtm commented 2 years ago

@mbrubeck (or whoever has access to do so) would you mind releasing v0.3.7?

Manishearth commented 2 years ago

Could you make a PR with the version bump?

mbrubeck commented 2 years ago

The version bump was included in this PR. Published: https://crates.io/crates/unicode-bidi/0.3.7

Manishearth commented 2 years ago

Ah! sorry