Skip to content

Commit

Permalink
Update to BETA3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Dec 18, 2024
1 parent 5d861be commit c84942b
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 @@ -110,7 +110,7 @@ icu_provider::marker::impl_data_provider_never_marker!(SourceDataProvider);

impl SourceDataProvider {
/// The latest CLDR JSON tag that has been verified to work with this version of `SourceDataProvider`.
pub const LATEST_TESTED_CLDR_TAG: &'static str = "46.1.0-BETA1";
pub const LATEST_TESTED_CLDR_TAG: &'static str = "46.1.0-BETA3";

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

0 comments on commit c84942b

Please sign in to comment.