commit | 777121acaac0caaeca2fbdf0d98a4325cb151262 | [log] [tgz] |
---|---|---|
author | Adrian Taylor <adetaylor@chromium.org> | Tue Mar 19 14:50:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 19 14:50:17 2024 |
tree | 98b1d1850fc506f936f39dd362f8484b15102620 | |
parent | 14e47f6db88d4daf4d3693138dc4850694a39de6 [diff] |
Retain both serde_json_lenient versions We are in the middle of moving from serde_json_lenient 0.1 to 0.2, to keep up to date with changes made to the C++ JSON parser. As we haven't fully shifted to 0.2, this has confused our crate rolling tooling. Ensure the cargo updating engine is aware of the need for both. This includes a run of 'gnrt vendor' to update the Cargo.lock. 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 Change-Id: I87686b91d6e88f2027f7e0890d8f7644a3cc1fbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5380461 Reviewed-by: danakj <danakj@chromium.org> Auto-Submit: Adrian Taylor <adetaylor@chromium.org> Commit-Queue: Adrian Taylor <adetaylor@google.com> Cr-Commit-Position: refs/heads/main@{#1274911}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.