From 7644579b69fa7dce760181be158dd01d1d883417 Mon Sep 17 00:00:00 2001 From: Allan Zhang Date: Fri, 15 Mar 2024 03:09:16 -0400 Subject: [PATCH] Update CI version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efe7d6e9..d20def0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [stable, beta, nightly, 1.64.0] + rust: [stable, beta, nightly, 1.68.0] steps: - uses: actions/checkout@v3 @@ -109,7 +109,7 @@ jobs: with: version: 0.22.0 args: --ignore-tests --workspace -- --test-threads 1 - + - name: Archive code coverage results uses: actions/upload-artifact@v3 with: @@ -137,4 +137,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: pr_number - path: pr/ \ No newline at end of file + path: pr/