From 58085418d1f1e75c0de529a8c18a6a272ff6c67c Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 26 Apr 2023 10:17:07 +0200 Subject: [PATCH] feat(ci): bump version for stable clippy to 1.69 Pull-Request: #3820. --- .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 3ab01206..3460d3ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: fail-fast: false matrix: rust-version: [ - 1.68.0, # current stable + 1.69.0, # current stable beta ] steps: