We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b085b commit bc7502fCopy full SHA for bc7502f
.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Cache build artifacts
30
uses: swatinem/rust-cache@v2.8.2
31
with:
32
- prefix-key: cargo-1.93.0
+ prefix-key: cargo-1.93.1
33
34
- name: Cache compilation artifacts
35
uses: mozilla-actions/sccache-action@v0.0.9
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "1.93.0"
+channel = "1.93.1"
3
components = ["clippy", "rustfmt"]
0 commit comments