We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa89d5 commit d28dfdbCopy full SHA for d28dfdb
.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Cache build artifacts
30
uses: swatinem/rust-cache@v2.7.8
31
with:
32
- prefix-key: cargo-1.87.0
+ prefix-key: cargo-1.88.0
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,2 +1,2 @@
1
[toolchain]
2
-channel = "1.87.0"
+channel = "1.88.0"
0 commit comments