Skip to content

Commit a142ab4

Browse files
committed
Remove fuzztaget
1 parent 9d67260 commit a142ab4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ description = "Miniscript: a subset of Bitcoin Script designed for analysis"
77
license = "CC0-1.0"
88

99
[features]
10-
fuzztarget = []
1110
compiler = []
1211
trace = []
1312
unstable = []

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ honggfuzz_fuzz = ["honggfuzz"]
1515
honggfuzz = { version = "0.5", optional = true }
1616
afl = { version = "0.8", optional = true }
1717
regex = { version = "1.4"}
18-
miniscript = { path = "..", features = ["fuzztarget", "compiler"] }
18+
miniscript = { path = "..", features = ["compiler"] }
1919

2020
# Prevent this from interfering with workspaces
2121
[workspace]

0 commit comments

Comments
 (0)