From 95ed57922dff183a65f03ad73607f731c083d30c Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Mon, 22 May 2023 21:54:28 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 121804e..0d944bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,9 +53,7 @@ jobs: - uses: actions/checkout@master - name: Install Rust Toolchain - # See https://github.com/cross-rs/cross/issues/1222 for when - # stable can be used instead of 1.67 again. - run: rustup toolchain install 1.67 --profile minimal --no-self-update + run: rustup toolchain install stable --profile minimal --no-self-update - uses: swatinem/rust-cache@v2