From 175f6c1a125f22dab6b5724daa73e80bc8a9dd1d Mon Sep 17 00:00:00 2001 From: Christopher Rabotin Date: Tue, 31 Oct 2023 19:12:00 -0600 Subject: [PATCH] Remove MSRV --- .github/workflows/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 83a008aa..00ae169d 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -37,7 +37,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] rust: - - { version: "1.70", name: MSRV } + #- { version: "1.70", name: MSRV } # Reenable this before stablizing version 2.0 - { version: stable, name: stable } runs-on: ${{ matrix.os }}