From 9fb7c74604b6787fdbbf8f33243f17a555b1e706 Mon Sep 17 00:00:00 2001 From: Luke Petherbridge Date: Mon, 30 Oct 2023 11:18:07 -0700 Subject: [PATCH] chore: fix ci --- .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 1d0e892..7716389 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - toolchain: [stable, 1.6u.0] + toolchain: [stable, 1.67.0] steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1