You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
- Bump the version of `cargo-diet` used in the `lint` job from
1.2.4 to 1.2.7.
- Use the version tag not just as an operand to `--tag`, but also
as the ref from which the installation script itself is obtained.
(The rationale is that the effect of skew here would probably be
unintuitive, and also that we had been specifying `master` but
the default branch of the `cargo-diet` repository is now `main`.)
- Instead of using `|| true` on the step that runs
`just check-size` (which needs cargo-diet), split installing
and running into separate steps, and mark the running step
`continue-on-error`.
0 commit comments