Skip to content

Commit

Permalink
Update dependency rust to v1.80.0 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 310ec81 commit 215a9ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Cache build artifacts
uses: swatinem/[email protected]
with:
prefix-key: cargo-1.79.0
prefix-key: cargo-1.80.0

- name: Cache compilation artifacts
uses: mozilla-actions/[email protected]
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Cache build artifacts
uses: swatinem/[email protected]
with:
prefix-key: cargo-1.79.0
prefix-key: cargo-1.80.0

- name: Cache compilation artifacts
uses: mozilla-actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.79.0"
channel = "1.80.0"

0 comments on commit 215a9ca

Please sign in to comment.