From e4be0cfe2424d827e840954720e378826c27ff37 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Mon, 7 Sep 2026 07:28:30 +0000 Subject: [PATCH] Revert "ci: pin cargo-fuzz to 0.13.1 for check-fuzzing (#8403)" (#8425) This reverts commit 16a6a239b03a74340d859ebc5740449492163b2f. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8883687e..8b2bea4e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1191,7 +1191,7 @@ jobs: toolchain: ${{ env.rust_nightly }} - uses: Swatinem/rust-cache@v2 - name: Install cargo-fuzz - run: cargo install --locked cargo-fuzz --version 0.13.1 + run: cargo install cargo-fuzz - name: Check /tokio/ run: cargo fuzz check --all-features working-directory: tokio