Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chromium: use newer rustc 1.77 -> 1.80 to unbreak build
chromium expects nightly/bleeding edge rustc features which we enable in our stable rustc release by setting RUSTC_BOOTSTRAP=1. The default rustc in 24.05 however is too old even with that workaround, but thankfully we also have 1.80 as opt-in. So we use that. This is slightly closer to the rustc version we have in unstable (1.82) and should unbreak the build. Previously: bad7d0f
- Loading branch information