Skip to content

Commit

Permalink
chore: bump cross-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmitr committed Feb 12, 2025
1 parent 5dcdc4a commit f6e9e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install cross
if: ${{ matrix.build.tool == 'cross' }}
run: cargo install cross --git https://github.com/cross-rs/cross --rev c87a52a
run: cargo install cross --git https://github.com/cross-rs/cross --rev 107433f

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f6e9e15

Please sign in to comment.