1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-09 10:03:18 +00:00

ci: Use git version of cross for better target support

This commit is contained in:
Sungjoon Moon
2025-12-25 20:19:30 +00:00
committed by Martin Nordholts
parent 780fdeb888
commit 0b4c886efc
2 changed files with 2 additions and 3 deletions
+1 -3
View File
@@ -195,9 +195,7 @@ jobs:
- name: Install cross
if: matrix.job.use-cross
uses: taiki-e/install-action@v2
with:
tool: cross
run: cargo install cross --git https://github.com/cross-rs/cross --rev 588b3c99db52b5a9c5906fab96cfadcf1bde7863
- name: Overwrite build command env variable
if: matrix.job.use-cross
+1
View File
@@ -29,6 +29,7 @@
- Fixed test compatibility with future Cargo build directory changes, see #3550 (@nmacl)
## Other
- Use git version of cross. See #3533 (@OctopusET)
- Bump MSRV to 1.88, update `time` crate to 0.3.47 to fix RUSTSEC-2026-0009, see #3581 (@NORMAL-EX)