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 e3ab444 commit a624ceeCopy full SHA for a624cee
.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.6.2
+ uses: Swatinem/rust-cache@v2.7.0
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