From ba0857494a77622e5115d393453aa483d0c86fce Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Mon, 2 Sep 2024 16:26:40 +0200 Subject: [PATCH] Revert "ci: Try older Rust version" This reverts commit 8ffcc407ab35d7ac1752e4f2e2b578c2beea056e. --- .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 749a628..2c1dab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: rust: - - 1.63.0 # minimum supported version + - 1.67.0 # minimum supported version steps: - uses: actions/checkout@v3 with: