From 5d8448c442cff4cf8a7445dcfccc1bb8d25cc0db Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 29 Jan 2021 12:16:25 +0100 Subject: [PATCH] Require Rust 1.40 (was 1.39) --- .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 3cf2836..184a33d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - rust: [1.39.0, stable] + rust: [1.40.0, stable] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2