This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Commit bd51bfc
authored
CI: Pin version of cargo-release (#7396)
#### Problem
The release step in CI is failing because the latest cargo-release
requires Rust 1.79, but this repo is still at 1.78.
#### Summary of changes
Pin cargo-release to 0.25.11, which is compatible with 1.78, as noted in
the failing run: https://github.com/solana-labs/solana-program-library/actions/runs/11523644623/job/320824505631 parent c59e2f3 commit bd51bfc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments