We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45273f4 commit 63a96a7Copy full SHA for 63a96a7
.github/workflows/rust.yml
@@ -13,22 +13,22 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Cache cargo registry
16
- uses: actions/cache@v1
+ uses: actions/cache@v4
17
with:
18
path: ~/.cargo/registry
19
key: ${{ runner.os }}-cargo-registry
20
- name: Cache cargo index
21
22
23
path: ~/.cargo/git
24
key: ${{ runner.os }}-cargo-index
25
- name: Cache cargo build
26
27
28
path: rust/target
29
key: ${{ runner.os }}-cargo-build-target
30
- name: Install stable
31
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@nightly
32
33
profile: minimal
34
toolchain: stable
0 commit comments