From ec416abbac2b35e00b76ed158f026a5fe2429840 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 31 Aug 2023 19:37:12 +1000 Subject: [PATCH] Update clippy job to 1.72 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92f7b449fde..f1076f52e48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,7 +213,7 @@ jobs: fail-fast: false matrix: rust-version: [ - 1.71.0, # current stable + 1.72.0, # current stable beta ] steps: