In the release workflow, use the latest cross

Use e281947ca9.

This includes the fix for https://github.com/cross-rs/cross/issues/1619,
107433fa9d.
This commit is contained in:
Benjamin A. Beasley 2025-08-22 07:20:43 -04:00
parent 1633799aca
commit 077cf9b6f8
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --color=always --git=https://github.com/cross-rs/cross.git --locked --rev=02bf930e0cb0c6f1beffece0788f3932ecb2c7eb --verbose cross
args: --color=always --git=https://github.com/cross-rs/cross.git --locked --rev=e281947ca900da425e4ecea7483cfde646c8a1ea --verbose cross
- name: Build binary
uses: actions-rs/cargo@v1
with: