diff --git a/.github/workflows/publish-crates.yml b/.github/workflows/publish-crates.yml index d61971d..6010fd5 100644 --- a/.github/workflows/publish-crates.yml +++ b/.github/workflows/publish-crates.yml @@ -20,8 +20,8 @@ jobs: ref: 'main' - 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-2024-01-10 + - name: Switch to Rust stable + run: rustup default stable - name: Build run: cargo build --features ci - name: Run tests