[rust][cr147] unicode-ident updated
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 <jtoohill@google.com> 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 <lukasza@chromium.org> Commit-Queue: Jon Toohill <jtoohill@google.com> Cr-Commit-Position: refs/heads/main@{#1584951}
This commit is contained in:
+2
-2
@@ -24,12 +24,12 @@ cargo_crate("buildrs_support") {
|
||||
inputs = []
|
||||
|
||||
build_native_rust_unit_tests = false
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
cargo_pkg_authors = "David Tolnay <dtolnay@gmail.com>"
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user