This commit is contained in:
George Pollard
2022-09-08 08:36:38 +12:00
committed by GitHub
parent fe51e011d1
commit 02869eba9e

View File

@ -2,8 +2,7 @@
all:
rustup install nightly
# temporary fix for cargo-fuzz on latest nightly: https://github.com/rust-fuzz/cargo-fuzz/issues/276
cargo install --git https://github.com/rust-fuzz/cargo-fuzz --rev b4df3e58f767b5cad8d1aa6753961003f56f3609
cargo install cargo-fuzz
cargo +nightly fuzz build --release
clean: