From c7996e99c6e7e931404d764363185aceb0b648a8 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 10 May 2021 10:57:47 -0700 Subject: [PATCH] Bump MSRV to 1.42. There are a few dependencies that require this version. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 605430ff5a..50832060af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: rust: stable - build: msrv os: ubuntu-latest - rust: 1.39.0 + rust: 1.42.0 steps: - uses: actions/checkout@master - name: Install Rust