diff --git a/.github/actions/setup-rust-corset/action.yml b/.github/actions/setup-rust-corset/action.yml index 1690d29f17..59da06786c 100644 --- a/.github/actions/setup-rust-corset/action.yml +++ b/.github/actions/setup-rust-corset/action.yml @@ -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.15 --locked --force + run: RUSTFLAGS=-Awarnings cargo install --git ssh://git@github.com/ConsenSys/corset --tag v9.7.16 --locked --force