From ceba6192c9816dab8fe0a5ab3fe979bde604bcea Mon Sep 17 00:00:00 2001 From: Sympatron GmbH <35803463+Sympatron@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:54:15 +0100 Subject: [PATCH] Bump MSRV to 1.77 to support C-string literals --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 788f566..6c64040 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.75.0 # clippy is too much of a moving target at the moment + toolchain: 1.77.0 # clippy is too much of a moving target at the moment override: true components: clippy - uses: actions-rs/clippy-check@v1