From 1a7ca3c95d180f315bf68319f576470301848890 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 22 Jun 2021 21:47:42 +0200 Subject: Bump MSRV to 1.46.0 Because one of our dependencies (namingly `socket2`) uses match in a const fn, which is stabilized in rust 1.46.0, we bump to this version as MSRV for this crate. Signed-off-by: Matthias Beyer Tested-by: Matthias Beyer --- .github/workflows/msrv.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml index 9fdd28e..23e8047 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: rust: - - 1.44.0 + - 1.46.0 - stable - beta - nightly @@ -44,7 +44,7 @@ jobs: strategy: matrix: rust: - - 1.44.0 + - 1.46.0 - stable - beta - nightly @@ -59,13 +59,13 @@ jobs: override: true - name: Run cargo test - if: matrix.rust != 'nightly' && matrix.rust != '1.44.0' + if: matrix.rust != 'nightly' && matrix.rust != '1.46.0' uses: actions-rs/cargo@v1 with: command: test - name: Run cargo test (nightly) - if: matrix.rust == '1.44.0' + if: matrix.rust == '1.46.0' continue-on-error: true uses: actions-rs/cargo@v1 with: -- cgit v1.2.3