From 10e0b87ebf9f388c41b7cf9a7d6c06275de6d986 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Fri, 25 Oct 2019 09:20:14 +0200 Subject: [PATCH] Update MSRV to 1.37.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14d24b38cf..3911f56038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - rust: [stable, 1.36.0] + rust: [stable, 1.37.0] steps: - name: Checkout