Skip to content

Commit

Permalink
Bump cross to 0.2.4 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan authored Jul 13, 2022
1 parent 20f3f6b commit a813038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Use Cross
if: matrix.build != 'win-msvc-msi'
run: |
cargo install --version 0.2.1 cross
cargo install --version 0.2.4 cross
echo "CARGO=cross" >> $GITHUB_ENV
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
Expand Down

0 comments on commit a813038

Please sign in to comment.