1
Fork 0

Enable icu sync feature for parallel compiler

This commit is contained in:
Charles Lew 2022-11-07 01:25:48 +08:00 committed by Manish Goregaokar
parent bde2f9857b
commit d15b020278
4 changed files with 10 additions and 1 deletions

View file

@ -20,3 +20,6 @@ icu_list = "1.0.0"
writeable = "0.5.0"
icu_locid = "1.0.0"
icu_provider_adapters = "1.0.0"
[features]
rustc_use_parallel_compiler = ['rustc_baked_icu_data/rustc_use_parallel_compiler']