From 8269b5288786cccc3fd7d8aab264ddba0ce129ab Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 13 Mar 2023 07:41:34 +1100 Subject: [PATCH] feat(ci): update Rust version used for clippy to latest release (1.68.0) Pull-Request: #3585. --- .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 2111098c..70cf891f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,7 @@ jobs: fail-fast: false matrix: rust-version: [ - 1.67.1, # current stable + 1.68.0, # current stable beta ] steps: