Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit bd51bfc

Browse files
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/32082450563
1 parent c59e2f3 commit bd51bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
cargo-publish-
168168
169169
- name: Install Cargo Release
170-
run: which cargo-release || cargo install cargo-release
170+
run: which cargo-release || cargo install cargo-release --version 0.25.11
171171

172172
- name: Ensure CARGO_REGISTRY_TOKEN variable is set
173173
env:

0 commit comments

Comments
 (0)