ci: pin cross-rs to v0.2.5 in release workflow (#651)

Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>
This commit is contained in:
Justin Poehnelt
2026-03-31 11:40:47 -06:00
committed by GitHub
parent f4ee658360
commit b422e5d22f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@googleworkspace/cli": patch
---
Pin cross-rs to v0.2.5 in release workflow to prevent unpinned git HEAD builds
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- name: Install cross
if: matrix.cross
run: cargo install cross --git https://github.com/cross-rs/cross
run: cargo install cross --git https://github.com/cross-rs/cross --tag v0.2.5
- name: Build
run: |