Skip to content

Commit

Permalink
Update cross to v0.2.2
Browse files Browse the repository at this point in the history
This version contains a lot of improvements.
See https://github.com/cross-rs/cross/releases/tag/v0.2.2
  • Loading branch information
philss committed Jun 27, 2022
1 parent d6662ae commit 6bc235c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
if: ${{ matrix.job.use-cross }}
with:
binary: "cross"
version: "v0.2.1"
download_url: "https://github.com/rust-embedded/cross/releases/download/${version}/cross-${version}-x86_64-unknown-linux-gnu.tar.gz"
version: "v0.2.2"
download_url: "https://github.com/cross-rs/cross/releases/download/${version}/cross-x86_64-unknown-linux-gnu.tar.gz"
tarball_binary_path: "${binary}"
smoke_test: "${binary} --version"

Expand Down

0 comments on commit 6bc235c

Please sign in to comment.