From d84c794bade429790b93b9765158d195a29eb403 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Tue, 6 Apr 2021 17:46:21 +0000 Subject: [PATCH] chore(ci): Increase MSRV to 1.46 (#2486) Socket2 v0.4 requires Rust 1.46. --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 07d1ea04ca..ef8bcefda4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -51,7 +51,7 @@ jobs: - stable - beta - nightly - - 1.45.2 + - 1.46 os: - ubuntu-latest @@ -66,6 +66,8 @@ jobs: - rust: nightly features: "--features full,nightly" benches: true + - rust: 1.46 + features: "--features full" runs-on: ${{ matrix.os }}