diff --git a/projects/pest/build.sh b/projects/pest/build.sh index 6bf6bf0b4..06eceb290 100644 --- a/projects/pest/build.sh +++ b/projects/pest/build.sh @@ -21,3 +21,4 @@ cargo +nightly fuzz build cp $SRC/pest/meta/fuzz/target/x86_64-unknown-linux-gnu/release/parser $OUT/ cp $SRC/pest/grammars/fuzz/target/x86_64-unknown-linux-gnu/release/toml $OUT/ cp $SRC/pest/grammars/fuzz/target/x86_64-unknown-linux-gnu/release/json $OUT/ +cp $SRC/pest/grammars/fuzz/target/x86_64-unknown-linux-gnu/release/http $OUT/