Commit 87670a6
committed
Bump cargo-diet and run it slightly more cleanly
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`.1 parent eba50ae commit 87670a6
1 file changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
184 | 186 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| |||
0 commit comments