-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Update icu_list
to 2.0
#145953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update icu_list
to 2.0
#145953
Conversation
@@ -332,6 +330,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ | |||
"polonius-engine", | |||
"portable-atomic", // dependency for platforms doesn't support `AtomicU64` in std | |||
"portable-atomic-util", | |||
"potential_utf", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note to other reviewers: these are all ICU4X crates.
r? @davidtwco rustbot has assigned @davidtwco. Use |
The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging.
cc @davidtwco, @compiler-errors, @TaKO8Ki These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
@bors r+ |
Update `icu_list` to 2.0 This updates the `icu_list` crate, which is used for error formatting, from 1.5 to 2.0.
Rollup of 9 pull requests Successful merges: - #142727 (wasm: rm static mut) - #143193 (Port `#[link]` to the new attribute parsing infrastructure ) - #144864 (No source fixes) - #145913 (Add spin_loop hint for LoongArch) - #145926 (compiletest: Remove several remnants of the old libtest-based executor) - #145928 (Rename `Location::file_with_nul` to `file_as_c_str`) - #145930 (`const`ify (the unstable) `str::as_str`) - #145941 (Disable `integer_to_ptr_transmutes` suggestion for unsized types) - #145953 (Update `icu_list` to 2.0) r? `@ghost` `@rustbot` modify labels: rollup
This updates the
icu_list
crate, which is used for error formatting, from 1.5 to 2.0.