Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ jobs:
uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest

- name: Cache Rust build artifacts
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: verifiers/rust -> target

Expand Down Expand Up @@ -589,7 +589,7 @@ jobs:
uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest

- name: Cache Rust build artifacts
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: clients/cli -> clients/cli/target

Expand Down Expand Up @@ -702,7 +702,7 @@ jobs:
components: rustfmt, clippy

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"

Expand Down Expand Up @@ -784,7 +784,7 @@ jobs:
uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"

Expand Down Expand Up @@ -900,7 +900,7 @@ jobs:
components: clippy, rustfmt

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: pg-embed-local -> target

Expand Down Expand Up @@ -1005,7 +1005,7 @@ jobs:
toolchain: 1.95.0

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: pg-embed-local -> target
key: integration
Expand Down Expand Up @@ -1077,7 +1077,7 @@ jobs:
- name: Install cargo-nextest
uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest
- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"
- name: Verify seed reproduces the committed Poseidon parameters
Expand Down Expand Up @@ -1168,7 +1168,7 @@ jobs:
toolchain: 1.95.0

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"
key: circomspect
Expand Down Expand Up @@ -1273,7 +1273,7 @@ jobs:
run: rustup toolchain install nightly-2026-07-20 --no-self-update

- name: Cache Rust build artifacts
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: verifiers/rust -> target
key: nightly
Expand Down Expand Up @@ -1322,7 +1322,7 @@ jobs:
run: rustup toolchain install nightly-2026-07-20 --no-self-update

- name: Cache Rust build artifacts
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: fuzz -> fuzz/target
key: nightly-root-fuzz
Expand Down Expand Up @@ -1668,7 +1668,7 @@ jobs:
uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"

Expand Down Expand Up @@ -1875,7 +1875,7 @@ jobs:
uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"
key: prover
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
rustup default stable

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"
key: coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: rustup toolchain install nightly-2026-07-20 --no-self-update

- name: Cache Rust build artifacts
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ${{ matrix.cache_workspace }}
key: ${{ matrix.cache_key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
toolchain: 1.95.0

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"

Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
libwebkit2gtk-4.1-dev

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"
shared-key: zk-mutation-profile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/olympus-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
toolchain: 1.95.0

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: "clients/cli -> clients/cli/target"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
toolchain: 1.95.0

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"
key: perf-baseline
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
tool: nextest@0.9.140

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"
key: release-preflight
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
tool: nextest@0.9.140

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest

- name: Rust cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
workspaces: ". -> target"

Expand Down
Loading