Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1902d43

Browse files
committed
Upgrades the ICU version to 64.2
The current version is 62.1, which is a now 3 major releases behind, given that ICU 65 was released on Oct 3, 2019. Previous update was here: #6097 I was advised to upgrade in the code revie for this PR: #13045 This change brings in the icu::Locale::forLanguageTag(...) function which is directly relevant to the work in the PR, but also updates the library considerably. * TODO(filmil): Release notes (will work with reviewers)
1 parent e3b5d8e commit 1902d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ deps = {
177177
Var('chromium_git') + '/chromium/src/ios.git' + '@' + Var('ios_tools_revision'),
178178

179179
'src/third_party/icu':
180-
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c56c671998902fcc4fc9ace88c83daa99f980793',
180+
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '5005010d694e16571b8dfbf07d70817841f80a69',
181181

182182
'src/third_party/boringssl':
183183
Var('github_git') + '/dart-lang/boringssl_gen.git' + '@' + Var('dart_boringssl_gen_rev'),

0 commit comments

Comments
 (0)