Fix libafl import features in libafl_targets (#495)

* fix

* fix
This commit is contained in:
Andrea Fioraldi 2022-01-26 22:29:25 +01:00 committed by GitHub
parent 62614ce101
commit 408431ba5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ edition = "2021"
[features]
default = ["std"]
std = []
std = ["libafl/std"]
libfuzzer = []
pointer_maps = []
sancov_pcguard_edges = []
@ -27,7 +27,7 @@ clippy = [] # Ignore compiler warnings during clippy
cc = { version = "1.0", features = ["parallel"] }
[dependencies]
libafl = { path = "../libafl", version = "0.7.1", features = [] }
libafl = { path = "../libafl", version = "0.7.1", default-features = false, features = [] }
rangemap = "0.1"
serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib