Skip to content

Commit

Permalink
remove unused fuzztarget feature
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Apr 12, 2023
1 parent e630d82 commit febf493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ json-contract = [ "serde_json" ]
"secp256k1-zkp/use-serde",
"actual-serde"
]
"fuzztarget" = []

[dependencies]
bitcoin = "0.29.1"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit febf493

Please sign in to comment.