From 067af4b7390ac0690f765c98e15d9537b8320050 Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Fri, 15 Oct 2021 20:11:27 -0400 Subject: [PATCH] No need to run clippy and fmt on MSRV --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dada2d..fb404a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,6 @@ jobs: matrix: rust: - stable - - 1.55.0 steps: - name: Checkout sources uses: actions/checkout@v2 @@ -83,7 +82,6 @@ jobs: matrix: rust: - stable - - 1.55.0 steps: - name: Checkout sources uses: actions/checkout@v2