From 09d04fa35c6e774458347dd5f285b8946905e940 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 6 Jun 2023 05:20:53 +0200 Subject: [PATCH] ci: bump Rust version for clippy job to 1.70.0 Pull-Request: #4031. --- .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 ecda7cca..bd3737a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: fail-fast: false matrix: rust-version: [ - 1.69.0, # current stable + 1.70.0, # current stable beta ] steps: