From 9b858e019c9aa9de5677f88b8363c2479c2c72f5 Mon Sep 17 00:00:00 2001 From: "Tristan F.-R." Date: Thu, 31 Oct 2024 09:45:37 -0700 Subject: [PATCH] [bson-rust] add raw_deserialize_utf8_lossy target (#12610) To complement https://github.com/mongodb/bson-rust/pull/500 Co-authored-by: Vitor Guidi --- projects/bson-rust/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/bson-rust/build.sh b/projects/bson-rust/build.sh index 220612b28..1c3d241bb 100755 --- a/projects/bson-rust/build.sh +++ b/projects/bson-rust/build.sh @@ -20,3 +20,4 @@ fuzz_release=fuzz/target/x86_64-unknown-linux-gnu/release cp $fuzz_release/deserialize $OUT/ cp $fuzz_release/iterate $OUT/ cp $fuzz_release/raw_deserialize $OUT/ +cp $fuzz_release/raw_deserialize_utf8_lossy $OUT/