Skip to content

Commit

Permalink
chore: update rust version and various deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs committed Aug 29, 2024
1 parent 39dac07 commit d8ef2ba
Show file tree
Hide file tree
Showing 17 changed files with 1,336 additions and 1,384 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.79.0
toolchain: 1.80.0
- name: Install toolchain (nightly)
run: rustup toolchain add nightly --component rustfmt --profile minimal
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: 'recursive'

- name: Install toolchain
uses: dtolnay/rust-toolchain@1.79.0
uses: dtolnay/rust-toolchain@1.80.0
with:
components: llvm-tools-preview

Expand Down
Loading

0 comments on commit d8ef2ba

Please sign in to comment.