about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCharles Lew <crlf0710@gmail.com>2022-11-06 14:58:22 +0800
committerManish Goregaokar <manishsmail@gmail.com>2022-11-18 14:46:35 -0800
commitbde2f9857b478c3863fd8b0bdbc3ff667dac8f41 (patch)
tree735059f717fd795fd5bed2e23353fcd869801758 /src
parenta775004322df90a564c58e702364c10e6f0192a4 (diff)
downloadrust-bde2f9857b478c3863fd8b0bdbc3ff667dac8f41.tar.gz
rust-bde2f9857b478c3863fd8b0bdbc3ff667dac8f41.zip
Import icu locale fallback data
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/deps.rs1
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",