Skip to content

Commit

Permalink
fix: upgrade rust version for build-android workflow (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Jun 28, 2024
1 parent 1c4939e commit 27d698d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
with:
channel: "1.74"
channel: "1.75"
components: rustfmt
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 27d698d

Please sign in to comment.