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 9f9f60e commit 2377701Copy full SHA for 2377701
src/tools/rust-analyzer/.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
rustup component add rustfmt rust-src
44
45
- name: Cache Dependencies
46
- uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
+ uses: Swatinem/rust-cache@76686c56f2b581d1bb5bda44b51f7e24bd9b8b8e
47
48
- name: Bump opt-level
49
if: matrix.os == 'ubuntu-latest'
@@ -90,7 +90,7 @@ jobs:
90
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
91
92
93
94
95
- name: Check
96
run: |
0 commit comments