diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f853bdcf..ab6917ac5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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!