diff --git a/Cargo.toml b/Cargo.toml index 9b387249..882e8f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ json-contract = [ "serde_json" ] "secp256k1-zkp/use-serde", "actual-serde" ] -"fuzztarget" = [] [dependencies] bitcoin = "0.29.1" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 028baa32..3062d828 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -15,7 +15,7 @@ honggfuzz_fuzz = ["honggfuzz"] [dependencies] honggfuzz = { version = "0.5", optional = true, default-features = false } afl = { version = "0.11", optional = true } -elements = { path = "..", features = ["fuzztarget", "serde"] } +elements = { path = "..", features = ["serde"] } # Prevent this from interfering with workspaces [workspace]