From 8a8dfd4b0cc510a568d4a57f4fe17c7dfee63288 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 7 Dec 2023 09:16:19 +0100 Subject: [PATCH] MSRV: 1.60.0 -> 1.65.0 Signed-off-by: Matthias Beyer --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a5e765..737587b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 + - 1.65.0 - stable - beta # - nightly @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.60.0 + toolchain: 1.65.0 - run: rustup component add rustfmt - name: cargo-fmt uses: actions-rs/cargo@v1 @@ -90,7 +90,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 + - 1.65.0 - stable - beta # - nightly @@ -117,7 +117,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.60.0 + toolchain: 1.65.0 override: true - uses: swatinem/rust-cache@v2 - run: rustup component add clippy