Skip to content

Commit 913374e

Browse files
Update main.rs
1 parent 5eddac5 commit 913374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/bakeddata/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const REPO_VERSION: &str = "version.workspace = true";
2121
const COMPONENTS: &[(&str, &[DataMarkerInfo], &str)] = &[
2222
("calendar", icu::calendar::provider::MARKERS, REPO_VERSION),
2323
("casemap", icu::casemap::provider::MARKERS, REPO_VERSION),
24-
("collator", icu::collator::provider::MARKERS, REPO_VERSION),
24+
("collator", icu::collator::provider::MARKERS, r#"version = "2.0.1""#),
2525
("datetime", icu::datetime::provider::MARKERS, REPO_VERSION),
2626
("decimal", icu::decimal::provider::MARKERS, REPO_VERSION),
2727
("list", icu::list::provider::MARKERS, REPO_VERSION),

0 commit comments

Comments
 (0)