diff options
| author | Robert Bastian <robertbastian@unicode.org> | 2025-08-28 09:48:54 +0000 |
|---|---|---|
| committer | Robert Bastian <robertbastian@unicode.org> | 2025-08-28 09:48:54 +0000 |
| commit | 359cbd205f4d8a1d4c3f03307fe2ca524c378340 (patch) | |
| tree | f497f0fd097cd36aed589a00e357558641c37e57 /src | |
| parent | d82a20e025701be09e87fbfa3a49bc4c2ae5662c (diff) | |
| download | rust-359cbd205f4d8a1d4c3f03307fe2ca524c378340.tar.gz rust-359cbd205f4d8a1d4c3f03307fe2ca524c378340.zip | |
Use default locale fallback data
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index cf4156892e9..6974ede624a 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -291,8 +291,8 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "icu_list", "icu_locale", "icu_locale_core", + "icu_locale_data", "icu_provider", - "icu_provider_adapters", "ident_case", "indexmap", "intl-memoizer", |
