cargo-audit build fails with cr117 toolchain #32816
Labels
ci-concern
OS/Android
Fixes related to Android browser functionality
OS/Desktop
QA/No
release-notes/exclude
Milestone
Description
Since merging the chromium 117 changes, ci builds fail compiling
cargo-audit
.The offending feature is enabled by proc-macro2 v1.0.56 on nightly builds. The upstream chromium rust toolchain build we're using here is compiled as a nightly release, so the likely conflict is between unstable features.
Steps to Reproduce
Actual result:
Reproduces failure above
Expected result:
Ideally it would build.
The current cargo-audit release (v0.18.1) bumps the proc-macros2 version to one without the failing feature reference, which works with the new chromium toolchain.
The text was updated successfully, but these errors were encountered: