From 6ee84cf8cac42ef212d700e4a84fa6dced0879e2 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Fri, 26 Jul 2024 21:38:00 +0200 Subject: [PATCH] CI: Update Rust version to 1.80.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0ddfed..e281c15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: toolchain: - 1.75.0 # MSRV - - 1.79.0 + - 1.80.0 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -31,7 +31,7 @@ jobs: matrix: toolchain: - 1.75.0 # MSRV - - 1.79.0 + - 1.80.0 os: - windows-latest - macos-latest