We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d67260 commit a142ab4Copy full SHA for a142ab4
Cargo.toml
@@ -7,7 +7,6 @@ description = "Miniscript: a subset of Bitcoin Script designed for analysis"
7
license = "CC0-1.0"
8
9
[features]
10
-fuzztarget = []
11
compiler = []
12
trace = []
13
unstable = []
fuzz/Cargo.toml
@@ -15,7 +15,7 @@ honggfuzz_fuzz = ["honggfuzz"]
15
honggfuzz = { version = "0.5", optional = true }
16
afl = { version = "0.8", optional = true }
17
regex = { version = "1.4"}
18
-miniscript = { path = "..", features = ["fuzztarget", "compiler"] }
+miniscript = { path = "..", features = ["compiler"] }
19
20
# Prevent this from interfering with workspaces
21
[workspace]
0 commit comments