Revert "ci: pin cargo-fuzz to 0.13.1 for check-fuzzing (#8403)" (#8425)

This reverts commit 16a6a239b03a74340d859ebc5740449492163b2f.
This commit is contained in:
Alice Ryhl
2026-09-07 07:28:30 +00:00
parent e456a12f89
commit e4be0cfe24
+1 -1
View File
@@ -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