We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e630d82 commit febf493Copy full SHA for febf493
Cargo.toml
@@ -18,7 +18,6 @@ json-contract = [ "serde_json" ]
18
"secp256k1-zkp/use-serde",
19
"actual-serde"
20
]
21
-"fuzztarget" = []
22
23
[dependencies]
24
bitcoin = "0.29.1"
fuzz/Cargo.toml
@@ -15,7 +15,7 @@ honggfuzz_fuzz = ["honggfuzz"]
15
16
honggfuzz = { version = "0.5", optional = true, default-features = false }
17
afl = { version = "0.11", optional = true }
-elements = { path = "..", features = ["fuzztarget", "serde"] }
+elements = { path = "..", features = ["serde"] }
# Prevent this from interfering with workspaces
[workspace]
0 commit comments