Skip to content

Commit

Permalink
Merge pull request #328 from jmt-lab/bump-cross
Browse files Browse the repository at this point in the history
bump version of cross to use
  • Loading branch information
jmt-lab committed Jul 17, 2024
2 parents fc716ce + 93568b2 commit 0e3b651
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 @@ -123,7 +123,7 @@ jobs:
- name: Install Cross
# Pin cargo cross to a version that we know is working for us.
run: |
cargo install cross --git https://github.com/cross-rs/cross/ --rev d6511b7b --locked
cargo install cross --git https://github.com/cross-rs/cross/ --rev 7b79041 --locked
- name: Run cargo-dist
# This logic is a bit janky because it's trying to be a polyglot between
# powershell and bash since this will run on windows, macos, and linux!
Expand Down

0 comments on commit 0e3b651

Please sign in to comment.