Skip to content

Commit

Permalink
Update dependency rust to v1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 1b1485b commit 1926ca5
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.80.0
prefix-key: cargo-1.80.1

- 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.80.0
prefix-key: cargo-1.80.1

- 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.80.0"
channel = "1.80.1"

0 comments on commit 1926ca5

Please sign in to comment.