From 0c43be27a1adb30a07cd811dd1dc24f77483ea2a Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 11 Mar 2022 13:39:35 +0100 Subject: [PATCH] Ignore more unnecessary ICU data (#923) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 54964d16..4b5316be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,7 @@ exclude = [ "third_party/icu/android_small/", "third_party/icu/cast/", "third_party/icu/chromeos/", + "third_party/icu/common/icudtl.dat", "third_party/icu/common/icudtb.dat", "third_party/icu/flutter/", "third_party/icu/ios/",