From 7fdae544905bfadaafde9d767c771e842a15889e Mon Sep 17 00:00:00 2001 From: Elias Wendland <193786789+eliaswen@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:04:17 +0200 Subject: [PATCH] Release 0.1.0 --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd0bd5e..3c353d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,6 +112,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + + - uses: dtolnay/rust-toolchain@stable + - name: Download compiled binary uses: actions/download-artifact@v3 with: @@ -153,6 +156,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + + - uses: dtolnay/rust-toolchain@stable + - name: Download compiled binary uses: actions/download-artifact@v3 with: