Skip to content

Commit

Permalink
Upgrade to yew 0.21.0 (#13)
Browse files Browse the repository at this point in the history
* Upgrade to yew 0.21.0

* Update workflow to rust 1.73
  • Loading branch information
griffobeid authored Mar 4, 2024
1 parent 3937d4b commit 7fe589b
Show file tree
Hide file tree
Showing 5 changed files with 1,063 additions and 454 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.66
- uses: dtolnay/rust-toolchain@1.73
with:
components: clippy, rustfmt
- run: cargo fmt --check
Expand Down
Loading

0 comments on commit 7fe589b

Please sign in to comment.