Skip to content

Commit f48ba71

Browse files
committed
Update Dioxus CLI version in deployment workflow from 0.7.1 to 0.7.3 for improved functionality.
1 parent db2f98e commit f48ba71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: cargo-bins/cargo-binstall@v1.15.11
2525

2626
- name: Install Dioxus CLI
27-
run: cargo binstall dioxus-cli@0.7.1 --force -y
27+
run: cargo binstall dioxus-cli@0.7.3 --force -y
2828

2929
- name: Build with Dioxus
3030
run: |

0 commit comments

Comments
 (0)