Skip to content

Commit

Permalink
Update ICU tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Dec 16, 2024
1 parent 70c0706 commit aacc706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/source/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl SourceDataProvider {
pub const LATEST_TESTED_CLDR_TAG: &'static str = "46.0.0";

/// The latest ICU export tag that has been verified to work with this version of `SourceDataProvider`.
pub const LATEST_TESTED_ICUEXPORT_TAG: &'static str = "release-76-1";
pub const LATEST_TESTED_ICUEXPORT_TAG: &'static str = "icu4x/2024-12-16/76.x";

/// The latest segmentation LSTM model tag that has been verified to work with this version of `SourceDataProvider`.
pub const LATEST_TESTED_SEGMENTER_LSTM_TAG: &'static str = "v0.1.0";
Expand Down

0 comments on commit aacc706

Please sign in to comment.