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 073500c commit 2014a89Copy full SHA for 2014a89
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
authToken: ${{ env.CACHIX_AUTH_TOKEN }}
44
name: zoxide
45
- name: Setup cache
46
- uses: Swatinem/rust-cache@v2.7.0
+ uses: Swatinem/rust-cache@v2.7.1
47
with:
48
key: ${{ matrix.os }}
49
- name: Install just
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
override: true
52
target: ${{ matrix.target }}
53
54
55
56
key: ${{ matrix.target }}
57
- name: Build binary
0 commit comments