toml_edit: Fixes build error (#8665)

Hi, This fixes build error caused by toml_edit fuzz refactoring.
This commit is contained in:
manunio 2022-10-04 02:10:20 +05:30 committed by GitHub
parent dcbdb3b919
commit f446296f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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/