From 8b703de2651da8ea11c0d1be45669dacd94dbecb Mon Sep 17 00:00:00 2001 From: "Tristan F." Date: Thu, 25 Jul 2024 10:46:38 -0400 Subject: [PATCH] chore: make fuzzer private --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 6b515b59..63157b3b 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -10,7 +10,7 @@ license.workspace = true readme.workspace = true repository.workspace = true rust-version.workspace = true -version.workspace = true +publish = false [dependencies] afl = "0.15"