diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48b0c9f2..9586ad98 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,10 +87,9 @@ jobs: strategy: matrix: rust-version: [ - "1.70.0", - "1.71.0", - "1.72.0", - "1.73.0", + "1.74.0", + "1.75.0", + "1.76.0", "latest" ] runs-on: ubuntu-latest