mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
ci: pin cargo-fuzz to 0.13.1 for check-fuzzing (#8403)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user