Skip to content

Commit

Permalink
build: roll cross back to version 0.2.1 until 0.2.3 is released (cros…
Browse files Browse the repository at this point in the history
  • Loading branch information
libcommon committed Jul 7, 2022
1 parent 4222bf4 commit 9c18e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/docker/install-cargo-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ then
fi

info "Installing Cross for cross-compilation and testing"
sudo -Hiu $USERNAME bash -c '$HOME/.cargo/bin/cargo install --locked cross'
sudo -Hiu $USERNAME bash -c '$HOME/.cargo/bin/cargo install --locked --version 0.2.1 cross'

info "Installing cargo-deny for dependency linting"
sudo -Hiu $USERNAME bash -c '$HOME/.cargo/bin/cargo install --locked cargo-deny'
Expand Down

0 comments on commit 9c18e4d

Please sign in to comment.