Skip to content

Commit a881b47

Browse files
committed
Merge #290: Remove fuzztaget and cleanup psbt finalizer
a142ab4 Remove fuzztaget (sanket1729) Pull request description: ACKs for top commit: apoelstra: ACK a142ab4 Tree-SHA512: 44052c360a3a3008244b46866b29e52ff946497a0c5c2526b605562a71f01167f68880c8bbafbbdce45dcddba55e356470652600e1b06f54c3021787fb72c8bc
2 parents 1311c97 + a142ab4 commit a881b47

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)