Skip to content

Commit

Permalink
bump rust to 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Oct 3, 2024
1 parent 8604946 commit 6669c57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.78
toolchain: 1.79
override: true
components: clippy, rustfmt

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.78
toolchain: 1.79
override: true
components: clippy, rustfmt
- run: rustup component add rustfmt
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.78
toolchain: 1.79
override: true
components: llvm-tools-preview

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.78
toolchain: 1.79
override: true

- name: Set up cargo cache
Expand Down

0 comments on commit 6669c57

Please sign in to comment.