Skip to content

Commit 86b3c3b

Browse files
Update dependency rust to v1.85.0 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a95a85f commit 86b3c3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Cache build artifacts
6060
uses: swatinem/rust-cache@v2.7.7
6161
with:
62-
prefix-key: cargo-1.84.1
62+
prefix-key: cargo-1.85.0
6363

6464
- name: Cache compilation artifacts
6565
uses: mozilla-actions/sccache-action@v0.0.7
@@ -101,7 +101,7 @@ jobs:
101101
- name: Cache build artifacts
102102
uses: swatinem/rust-cache@v2.7.7
103103
with:
104-
prefix-key: cargo-1.84.1
104+
prefix-key: cargo-1.85.0
105105

106106
- name: Cache compilation artifacts
107107
uses: mozilla-actions/sccache-action@v0.0.7

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.84.1"
2+
channel = "1.85.0"

0 commit comments

Comments
 (0)