Skip to content

Commit

Permalink
Bump version + clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olanod committed Dec 17, 2024
1 parent eec8c41 commit fca44c1
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 72 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install dependencies
run: cargo install dioxus-cli@0.5.0
run: cargo install dioxus-cli@0.6.0

- name: Build
run: dx build --release
Expand All @@ -37,4 +37,3 @@ jobs:
with:
name: build-artifact-dev
path: ./dist

4 changes: 2 additions & 2 deletions .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install dependencies
run: cargo install dioxus-cli@0.5.0
run: cargo install dioxus-cli@0.6.0

- name: Build
run: dx build --release
Expand All @@ -37,4 +37,4 @@ jobs:
with:
name: build-artifact-prod
path: ./dist


Loading

0 comments on commit fca44c1

Please sign in to comment.