From dc3de43fcbc34166ed7ef340b82b2d0c4a0a92ed Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 4 Sep 2023 18:00:46 +1000 Subject: [PATCH] ci: update clippy job to Rust 1.72 Pull-Request: #4414. --- .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 6a0e7001..5f9bbf82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: fail-fast: false matrix: rust-version: [ - 1.71.0, # current stable + 1.72.0, # current stable beta ] steps: