We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95a85f commit 86b3c3bCopy full SHA for 86b3c3b
.github/workflows/rust.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Cache build artifacts
60
uses: swatinem/rust-cache@v2.7.7
61
with:
62
- prefix-key: cargo-1.84.1
+ prefix-key: cargo-1.85.0
63
64
- name: Cache compilation artifacts
65
uses: mozilla-actions/sccache-action@v0.0.7
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
107
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "1.84.1"
+channel = "1.85.0"
0 commit comments