diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 82abdcb0..fd855f17 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -32,7 +32,7 @@ jobs: - name: Install rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.77.1 + toolchain: 1.83.0 profile: minimal override: true target: ${{ matrix.target }} @@ -79,7 +79,7 @@ jobs: - name: Install rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.77.1 + toolchain: 1.83.0 profile: minimal override: true target: ${{ matrix.target }} @@ -409,7 +409,7 @@ jobs: - name: Install rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.77.1 + toolchain: 1.83.0 profile: minimal override: true - name: Install Protoc