don't include all of libafl for symcc_runtime by default, as it's not necessary (#320)

This commit is contained in:
julihoh 2021-10-11 09:53:15 +02:00 committed by GitHub
parent 8a20d26ea6
commit b778f22c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ no-cpp-runtime = []
unchecked_unwrap = "3" unchecked_unwrap = "3"
ctor = "0.1" ctor = "0.1"
libc = "0.2" libc = "0.2"
libafl = {path = "../../libafl", version="0.6"} libafl = {path = "../../libafl", version="0.6", default-features=false, features=["std"]}
[build-dependencies] [build-dependencies]
cmake = "0.1" cmake = "0.1"