From b1451ea731a264529bf6ae3b7baa5db80a21277f Mon Sep 17 00:00:00 2001 From: arlecchino Date: Mon, 18 Dec 2023 18:44:15 +0100 Subject: [PATCH] fix: needs a defined toolchain --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3117302..92b0df8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,9 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 - # with: - # toolchain: 1.69.0 - # override: true + with: + toolchain: stable + override: true - uses: katyo/publish-crates@v2 with: dry-run: false