Commit 483f37a
fix(ci): install cargo-release with +stable toolchain (#430)
The repo's rust-toolchain.toml pins 1.90.0, which overrides the workflow's stable setup during cargo install. cargo-release 1.1.2 requires rustc 1.91, so the install fails. Use +stable to compile the helper CLIs against the latest toolchain regardless of the repo override. Same fix applied to cargo-get to prevent future drift.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent af109db commit 483f37a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments