From b3e75c6a446ccd32651538566dc457bf276f6649 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Thu, 17 Dec 2020 21:52:05 -0500 Subject: Set MSRV to 1.36 and test. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c681bb2..94f5aca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: rust: - stable - - 1.37.0 + - 1.36.0 steps: - uses: actions/checkout@v2 - name: Install Rust stable toolchain @@ -38,7 +38,7 @@ jobs: matrix: rust: - stable - - 1.37.0 + - 1.36.0 steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 -- cgit v1.2.3