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 28, 2024
1 parent 39dac07 commit 1089c74
Show file tree
Hide file tree
Showing 12 changed files with 1,303 additions and 1,355 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 1089c74

Please sign in to comment.