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

This commit is contained in:
Alice Ryhl
2026-09-03 13:58:02 +00:00
parent 705989c98b
commit 16a6a2390c
+1 -1
View File
@@ -1155,7 +1155,7 @@ jobs:
toolchain: ${{ env.rust_nightly }}
- uses: Swatinem/rust-cache@v2
- name: Install cargo-fuzz
run: cargo install cargo-fuzz
run: cargo install --locked cargo-fuzz --version 0.13.1
- name: Check /tokio/
run: cargo fuzz check --all-features
working-directory: tokio