Merge pull request #634 from Kixunil/remove-fuzztarget

This commit is contained in:
Dr. Maxim Orlovsky 2021-08-01 18:30:03 +02:00 committed by GitHub
commit 425b528e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ readme = "README.md"
[features]
default = [ "std", "secp-recovery" ]
base64 = [ "base64-compat" ]
fuzztarget = []
unstable = []
rand = ["secp256k1/rand-std"]
use-serde = ["serde", "bitcoin_hashes/serde", "secp256k1/serde"]

View File

@ -14,7 +14,7 @@ honggfuzz_fuzz = ["honggfuzz"]
[dependencies]
honggfuzz = { version = "0.5", optional = true }
afl = { version = "0.4", optional = true }
bitcoin = { path = "..", features = ["fuzztarget"] }
bitcoin = { path = ".." }
# Prevent this from interfering with workspaces
[workspace]