unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.34k stars 174 forks source link

Migrate ndarray dependency in segmenter to a release version #2280

Closed aethanyc closed 2 years ago

aethanyc commented 2 years ago

We'll have to switch ndarray dependency in segmenter to a release version in order to publish icu_segmenter. The release must contain Makoto's fix in https://github.com/rust-ndarray/ndarray/commit/31244100631382bb8ee30721872a928bfdf07f44.

@sffc suggests we upload ndarray as icu_ndarray as a workaround until the upstream releases a new version.

cc @makotokato

sffc commented 2 years ago

Can we try upgrading to 0.15.5?

https://github.com/rust-ndarray/ndarray/pull/1154#issuecomment-1200289864

sffc commented 2 years ago

@aethanyc Assigning this to you to try using the new version