From 5ddbdc29f59af531824c7fecebc71bfef1d073c4 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 7 Jan 2024 22:55:29 +0900 Subject: [PATCH] Bump MSRV to 1.71 --- .github/workflows/bors.yml | 22 +++------------------- .github/workflows/full_ci.yml | 22 +++------------------- 2 files changed, 6 insertions(+), 38 deletions(-) diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index 6ecf7c83ffe74..d936a106c1288 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -226,13 +226,7 @@ jobs: stable, beta, nightly, - # FIXME: Disabled due to: - # error: failed to parse registry's information for: serde - #1.13.0, - 1.19.0, - 1.24.0, - 1.25.0, - 1.30.0, + 1.71.0, ] steps: - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD @@ -260,14 +254,7 @@ jobs: - { toolchain: stable, os: macos-13 } - { toolchain: beta, os: macos-13 } - { toolchain: nightly, os: macos-13 } - # Use macOS 11 for older toolchains as newer Xcode donesn't work well. - # FIXME: Disabled due to: - # error: failed to parse registry's information for: serde - #- { toolchain: 1.13.0, os: macos-11 } - - { toolchain: 1.19.0, os: macos-11 } - - { toolchain: 1.24.0, os: macos-11 } - - { toolchain: 1.25.0, os: macos-11 } - - { toolchain: 1.30.0, os: macos-11 } + - { toolchain: 1.71.0, os: macos-13 } runs-on: ${{ matrix.target.os }} steps: - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD @@ -291,10 +278,7 @@ jobs: fail-fast: true matrix: toolchain: [ - 1.19.0, - 1.24.0, - 1.25.0, - 1.30.0, + 1.71.0, stable, ] steps: diff --git a/.github/workflows/full_ci.yml b/.github/workflows/full_ci.yml index a83375753f8cf..28bdecf683d98 100644 --- a/.github/workflows/full_ci.yml +++ b/.github/workflows/full_ci.yml @@ -205,13 +205,7 @@ jobs: stable, beta, nightly, - # FIXME: Disabled due to: - # error: failed to parse registry's information for: serde - #1.13.0, - 1.19.0, - 1.24.0, - 1.25.0, - 1.30.0, + 1.71.0, ] steps: - uses: actions/checkout@v4 @@ -237,14 +231,7 @@ jobs: - { toolchain: stable, os: macos-13 } - { toolchain: beta, os: macos-13 } - { toolchain: nightly, os: macos-13 } - # Use macOS 11 for older toolchains as newer Xcode donesn't work well. - # FIXME: Disabled due to: - # error: failed to parse registry's information for: serde - #- { toolchain: 1.13.0, os: macos-11 } - - { toolchain: 1.19.0, os: macos-11 } - - { toolchain: 1.24.0, os: macos-11 } - - { toolchain: 1.25.0, os: macos-11 } - - { toolchain: 1.30.0, os: macos-11 } + - { toolchain: 1.71.0, os: macos-13 } runs-on: ${{ matrix.target.os }} steps: - uses: actions/checkout@v4 @@ -266,10 +253,7 @@ jobs: fail-fast: true matrix: toolchain: [ - 1.19.0, - 1.24.0, - 1.25.0, - 1.30.0, + 1.71.0, stable, ] steps: