diff --git a/.github/workflows/databend-release.yml b/.github/workflows/databend-release.yml index 28c8a4880a0cb..2d2b9528c635e 100644 --- a/.github/workflows/databend-release.yml +++ b/.github/workflows/databend-release.yml @@ -32,7 +32,7 @@ jobs: - name: Rust setup run: | bash ./scripts/setup/dev_setup.sh - cargo install --version 0.1.16 cross + cargo install --version 0.2.1 cross - name: Build Binary run: | if [ ${{ matrix.config.os }} = "macos-11" ]; then