Skip to content

Commit bc7502f

Browse files
Update dependency rust to v1.93.1 (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9b085b commit bc7502f

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.8.2
3131
with:
32-
prefix-key: cargo-1.93.0
32+
prefix-key: cargo-1.93.1
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.8.2
6767
with:
68-
prefix-key: cargo-1.93.0
68+
prefix-key: cargo-1.93.1
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,3 +1,3 @@
11
[toolchain]
2-
channel = "1.93.0"
2+
channel = "1.93.1"
33
components = ["clippy", "rustfmt"]

0 commit comments

Comments
 (0)