From 5192a01a35c524c42f17ab8ab030a9ece84ac32a Mon Sep 17 00:00:00 2001 From: Fusee Date: Tue, 6 Feb 2024 16:34:03 +0100 Subject: [PATCH] fixed CI rust toolchain --- .github/workflows/publish-crates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-crates.yml b/.github/workflows/publish-crates.yml index 34d15e1..d61971d 100644 --- a/.github/workflows/publish-crates.yml +++ b/.github/workflows/publish-crates.yml @@ -21,7 +21,7 @@ jobs: - name: Configuring git client run: git config --global user.email "quentus123@gmail.com" && git config --global user.name "Quentin Diebold (CI)" - name: Switch to Rust nightly - run: rustup default nightly + run: rustup default nightly-2024-01-10 - name: Build run: cargo build --features ci - name: Run tests