From 6a8fafed59d4ac34dec5fc0fed1df258fa9fabf7 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Tue, 25 Aug 2020 17:55:11 +0200 Subject: [PATCH] Update minimal Rust version to 1.45. --- .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 4ac67fa6..9190cb4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - rust: [1.42.0, stable, beta, nightly] + rust: [1.45.0, stable, beta, nightly] steps: - name: Checkout repository uses: actions/checkout@v1