This commit is contained in:
Dongjia Zhang 2022-07-12 10:31:56 +02:00 committed by GitHub
parent ffe8dbf6af
commit 3c0c95e382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ no-cpp-runtime = []
unchecked_unwrap = "3"
ctor = "0.1"
libc = "0.2"
libafl = {path = "../../libafl", version="0.7", default-features=false, features=["std"]}
libafl = {path = "../../libafl", version="0.8", default-features=false, features=["std"]}
[build-dependencies]
cmake = "0.1"
@ -30,4 +30,4 @@ bindgen = "0.59"
regex = "1"
lazy_static = "1.4"
which = "4.1"
symcc_libafl = {path = "../symcc_libafl", version="0.7"}
symcc_libafl = {path = "../symcc_libafl", version="0.8"}