From dc112a0be71432f1cefc40eae8c161da306d6324 Mon Sep 17 00:00:00 2001 From: Kevin Wheelans Date: Sun, 3 Mar 2024 16:13:33 -0500 Subject: [PATCH] update release workflow version 0.3.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce49b22..bd7bd0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: echo "CARGO=cross" >> $GITHUB_ENV - name: Build Binary - run: ${{ env.CARGO }} build --release --bins --target ${{ matrix.target }} + run: ${{ env.CARGO }} build --release --bins --all-features --target ${{ matrix.target }} - name: Prepare Linux Binaries if: matrix.os == 'ubuntu-latest'