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 fd36161 commit 3ce59b9Copy full SHA for 3ce59b9
.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51
components: rustfmt, rust-src
52
53
- name: Cache Dependencies
54
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
55
56
- name: Compile
57
run: cargo test --no-run --locked
@@ -82,7 +82,7 @@ jobs:
82
run: rustup target add ${{ env.targets }}
83
84
85
86
87
- name: Check
88
run: |
0 commit comments