From b740c5a413f426e001c8516b62e3e7905f288fd3 Mon Sep 17 00:00:00 2001 From: ppoliani Date: Tue, 13 Feb 2024 12:55:17 +0200 Subject: [PATCH] chore: update rust toolchain version --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d69c604..f1b3df8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -30,7 +30,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: "1.75.0" + toolchain: "1.76.0" components: rustfmt, clippy # https://github.com/Swatinem/rust-cache