From f8fb37aa6b03962d04b6a2b547453a6aa20aac8b Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Thu, 9 Jan 2025 20:24:35 +0100 Subject: [PATCH] ci: Update Rust to 1.84.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 fcfae31..b68736c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: toolchain: - 1.75.0 # MSRV - - 1.83.0 + - 1.84.0 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: matrix: toolchain: - 1.75.0 # MSRV - - 1.83.0 + - 1.84.0 os: - windows-latest - macos-latest