diff options
| author | Charles Lew <crlf0710@gmail.com> | 2022-11-06 14:58:22 +0800 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2022-11-18 14:46:35 -0800 |
| commit | bde2f9857b478c3863fd8b0bdbc3ff667dac8f41 (patch) | |
| tree | 735059f717fd795fd5bed2e23353fcd869801758 /src | |
| parent | a775004322df90a564c58e702364c10e6f0192a4 (diff) | |
| download | rust-bde2f9857b478c3863fd8b0bdbc3ff667dac8f41.tar.gz rust-bde2f9857b478c3863fd8b0bdbc3ff667dac8f41.zip | |
Import icu locale fallback data
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 76d278667f5..8155ec9dd27 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -136,6 +136,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "icu_list", "icu_locid", "icu_provider", + "icu_provider_adapters", "icu_provider_macros", "if_chain", "indexmap", |
