From bda1cdb7af29f8d89735a908aeb6260cf6ab9ce4 Mon Sep 17 00:00:00 2001 From: restitux Date: Mon, 5 Jan 2026 02:35:45 -0700 Subject: [PATCH] ci: upgrade version of dioxus cli installed during linux build to 0.7.2 --- .gitea/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-release.yaml b/.gitea/workflows/build-release.yaml index 970091e..67027bf 100644 --- a/.gitea/workflows/build-release.yaml +++ b/.gitea/workflows/build-release.yaml @@ -18,7 +18,7 @@ jobs: run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - name: Install dioxus-cli - run: cargo binstall dioxus-cli --version 0.7.1 + run: cargo binstall dioxus-cli --version 0.7.2 - uses: Swatinem/rust-cache@v2