From 6be81bb0c797ea1ef45bffb9e999e09a941ec217 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 26 Oct 2023 13:55:50 +0200 Subject: Only run checks on examples with one rust toolchain version There's no point in running it with two versions, and MSRV should suffice. Signed-off-by: Matthias Beyer --- .github/workflows/msrv.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml index c15b40d..5031f22 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -131,7 +131,6 @@ jobs: matrix: rust: - 1.70.0 - - 1.73.0 steps: - name: Checkout sources -- cgit v1.2.3