From 9d6014f30d6ed7b6621c952fdeca5171c8953e1d Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Mon, 23 Jan 2023 17:26:44 -0800 Subject: [PATCH] Update the required Rust version to 1.66.1 The first 2021 edition was version 1.56. I am guessing that the intent was to test on the version that was stable at the time of latest version release. --- .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 e161d7d..087ab90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust: [1.54.0, stable] + rust: [1.66.1, stable] os: [ubuntu-latest, macOS-latest, windows-latest] steps: