Skip to content

Commit d28dfdb

Browse files
Update dependency rust to v1.88.0
1 parent 7fa89d5 commit d28dfdb

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Cache build artifacts
3030
uses: swatinem/rust-cache@v2.7.8
3131
with:
32-
prefix-key: cargo-1.87.0
32+
prefix-key: cargo-1.88.0
3333

3434
- name: Cache compilation artifacts
3535
uses: mozilla-actions/sccache-action@v0.0.9
@@ -65,7 +65,7 @@ jobs:
6565
- name: Cache build artifacts
6666
uses: swatinem/rust-cache@v2.7.8
6767
with:
68-
prefix-key: cargo-1.87.0
68+
prefix-key: cargo-1.88.0
6969

7070
- name: Cache compilation artifacts
7171
uses: mozilla-actions/sccache-action@v0.0.9

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.87.0"
2+
channel = "1.88.0"

0 commit comments

Comments
 (0)