Skip to content

Commit

Permalink
Update dependency rust to v1.84.1 (#126)
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 Jan 30, 2025
1 parent cec63aa commit 2bd6817
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/rust-cache@v2.7.7
with:
prefix-key: cargo-1.84.0
prefix-key: cargo-1.84.1

- name: Cache compilation artifacts
uses: mozilla-actions/sccache-action@v0.0.7
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Cache build artifacts
uses: swatinem/rust-cache@v2.7.7
with:
prefix-key: cargo-1.84.0
prefix-key: cargo-1.84.1

- name: Cache compilation artifacts
uses: mozilla-actions/sccache-action@v0.0.7
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.84.0"
channel = "1.84.1"

0 comments on commit 2bd6817

Please sign in to comment.