From a75147e1b86019bd3b88a5c599b8ff57961f5562 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Sat, 3 Jun 2023 01:30:35 +0200 Subject: [PATCH] refactor: rust nightly toolchain for crate docs [skip ci] --- .github/workflows/release.crate.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.crate.yml b/.github/workflows/release.crate.yml index 0b092cd..010d210 100644 --- a/.github/workflows/release.crate.yml +++ b/.github/workflows/release.crate.yml @@ -30,9 +30,7 @@ jobs: fetch-depth: 1 - name: Install stable toolchain - uses: dtolnay/rust-toolchain@stable - with: - toolchain: stable + uses: dtolnay/rust-toolchain@nightly - name: Publish workspace packages run: | -- libgit2 1.7.2