Skip to content

Commit

Permalink
chore: test that bn254_blackbox_solver is publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 15, 2024
1 parent 6b94fc6 commit 25f977b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-rust-workspace-msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
# We force the ACVM crate and all of its dependencies to update their dependencies
# This ensures that we'll be able to build the crates when they're being published.
- name: Update Cargo.lock
run: cargo update --package acvm --aggressive
run: |
cargo update --package acvm --aggressive
cargo update --package bn254_blackbox_solver --aggressive
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 25f977b

Please sign in to comment.