Skip to content

Commit

Permalink
feat: update corset to v9.7.17 (#1496)
Browse files Browse the repository at this point in the history
This updates `corset` to the latest version to address existing issues
with constraints having a negative domain.
  • Loading branch information
DavePearce authored Nov 13, 2024
1 parent 02c8c7d commit 728f552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-rust-corset/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ runs:

- name: Install Corset
shell: bash
run: RUSTFLAGS=-Awarnings cargo install --git ssh://git@github.com/ConsenSys/corset --tag v9.7.16 --locked --force
run: RUSTFLAGS=-Awarnings cargo install --git ssh://git@github.com/ConsenSys/corset --tag v9.7.17 --locked --force

0 comments on commit 728f552

Please sign in to comment.