From b77719addb57f2eb69bcd587ba1b5e005348e162 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 12 Oct 2023 09:20:58 -0500 Subject: [PATCH] ci: comment out version: 1.61.0 --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 7cd11b2e..b89d1aa4 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -16,7 +16,7 @@ jobs: rust: - version: 1.67.0 # STABLE clippy: true - - version: 1.61.0 # MSRV +# - version: 1.61.0 # MSRV steps: - name: Checkout uses: actions/checkout@v3