From 751a24dff7fffc8a15f29258b8586a036b91fb8f Mon Sep 17 00:00:00 2001 From: Claudio DeSouza Date: Mon, 16 Feb 2026 15:46:35 +0000 Subject: [PATCH] [rust][cr147] `unicode-ident` updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change updates the `buildrs_support` that is manually maintained for this target. Chromium changes: https://chromium.googlesource.com/chromium/src/+/d3326a1838034686ceec12ecfec063ee69fff133 commit d3326a1838034686ceec12ecfec063ee69fff133 Author: Jon Toohill Date: Fri Feb 13 15:09:40 2026 -0800 Roll unicode-ident: 1.0.22 => 1.0.23 in //third_party/rust. This CL has been created semi-automatically. The expected review process and other details can be found at //tools/crates/create_update_cl.md Updated crates: * unicode-ident: 1.0.22 => 1.0.23; https://docs.rs/crate/unicode-ident/1.0.23 Bug: None Cq-Include-Trybots: chromium/try:android-rust-arm32-rel Cq-Include-Trybots: chromium/try:android-rust-arm64-dbg Cq-Include-Trybots: chromium/try:android-rust-arm64-rel Cq-Include-Trybots: chromium/try:linux-rust-x64-dbg Cq-Include-Trybots: chromium/try:linux-rust-x64-rel Cq-Include-Trybots: chromium/try:win-rust-x64-dbg Cq-Include-Trybots: chromium/try:win-rust-x64-rel Disable-Rts: True Change-Id: I7e1910884abe9fe1b6f5a6168d88ac871aec72ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7573183 Reviewed-by: Ɓukasz Anforowicz Commit-Queue: Jon Toohill Cr-Commit-Position: refs/heads/main@{#1584951} --- third_party/rust/unicode_ident/v1/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/rust/unicode_ident/v1/BUILD.gn b/third_party/rust/unicode_ident/v1/BUILD.gn index 3cfbeda4771..da5512945a8 100644 --- a/third_party/rust/unicode_ident/v1/BUILD.gn +++ b/third_party/rust/unicode_ident/v1/BUILD.gn @@ -24,12 +24,12 @@ cargo_crate("buildrs_support") { inputs = [] build_native_rust_unit_tests = false - edition = "2018" + edition = "2021" cargo_pkg_authors = "David Tolnay " cargo_pkg_name = "unicode-ident" cargo_pkg_description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31" cargo_pkg_repository = "https://github.com/dtolnay/unicode-ident" - cargo_pkg_version = "1.0.18" + cargo_pkg_version = "1.0.23" allow_unsafe = true