From 5ea6ff36edbad9794f3f156f9a90440b12e0d1a1 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Wed, 22 Nov 2023 19:45:44 +0200 Subject: [PATCH] chore: Do not pin cargo workspaces (#295) Do not pin cargo workspaces --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fee1958..3f202ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -164,7 +164,6 @@ jobs: uses: baptiste0928/cargo-install@v2.2.0 with: crate: cargo-workspaces - version: v0.2.37 - name: Build distro run: ./build.sh