diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b1e2e5d42..20c4c6c96d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: uses: actions-rs/toolchain@v1 with: default: true - toolchain: 1.66.1 + toolchain: 1.71.1 - name: Install Protoc uses: arduino/setup-protoc@v1 with: @@ -95,7 +95,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.66.1 + toolchain: 1.71.1 default: true target: x86_64-unknown-linux-musl - name: Install Protoc