From 36a5bdccb0091b988f688f2cd65092d91b19d76b Mon Sep 17 00:00:00 2001 From: DavePearce Date: Mon, 4 Nov 2024 15:35:12 +1300 Subject: [PATCH] Update Rust corset to `v9.7.16` --- .github/actions/setup-rust-corset/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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