Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/publish-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
cargo-cache-fallback-key: cargo-publish

- name: Install Cargo Release
run: which cargo-release || cargo install cargo-release
# FIXME this version constraint may be removed when we go to rustc version >=1.85
# the minimum rustc version for cargo-release was changed on a patch release
run: which cargo-release || cargo install cargo-release --version 0.25.17

- name: Ensure CARGO_REGISTRY_TOKEN variable is set
env:
Expand Down