mirror of https://github.com/google/oss-fuzz.git
toml_edit: Fixes build error (#8665)
Hi, This fixes build error caused by toml_edit fuzz refactoring.
This commit is contained in:
parent
dcbdb3b919
commit
f446296f6d
|
@ -16,5 +16,5 @@
|
|||
################################################################################
|
||||
|
||||
cd $SRC/toml_edit
|
||||
cargo fuzz build -O
|
||||
cp fuzz/target/x86_64-unknown-linux-gnu/release/parse_document $OUT/
|
||||
cargo fuzz build --fuzz-dir=./crates/toml_edit_fuzz -O
|
||||
cp target/x86_64-unknown-linux-gnu/release/parse_document $OUT/
|
||||
|
|
Loading…
Reference in New Issue