Commit d490456
ci: build cargo-audit against stable rust toolchain
The daily security audit builds cargo-audit from source using the
toolchain pinned in rust-toolchain.toml. A transitive build dependency
(kstring 2.0.4) now requires Rust 1.96.0, which is newer than the pinned
channel, so the build fails and the audit never runs.
Override RUSTUP_TOOLCHAIN=stable for the audit step so cargo-audit is
built with current stable. The toolchain used to build the tool does not
affect the audit result, so this is safe.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d7d7ac1 commit d490456
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
0 commit comments