Tempararily pin fuzzer on rust 1.58

I think this might take a while to resolve and we should move ahead with
1.58. Looks like the fresh release of 1.59 added LLVM 13.0 that broke
some things.
This commit is contained in:
sanket1729 2022-02-24 23:45:49 -08:00
parent 2c1077e681
commit 8016a858f9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
key: cache-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.58
override: true
profile: minimal
- run: cargo install honggfuzz