From 5d2c2a93c7e39d357923030caaf26c521a08e1d9 Mon Sep 17 00:00:00 2001 From: restitux Date: Mon, 5 Jan 2026 09:40:40 +0000 Subject: [PATCH] ci: upgrade version of dioxus cli installed during linux build to 0.7.2 (#8) Forgot to update this with the rest of the 0.7.2 migration Reviewed-on: https://git.ohea.xyz/mumble/mumble-web2/pulls/8 --- .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