@@ -68,7 +68,7 @@ readme = "./README.md"
6868libafl = { path = " ./crates/libafl" , version = " 0.15.4" , default-features = false }
6969libafl_bolts = { path = " ./crates/libafl_bolts" , version = " 0.15.4" , default-features = false }
7070libafl_cc = { path = " ./crates/libafl_cc" , version = " 0.15.4" , default-features = false }
71- symcc_runtime = { path = " ./crates/libafl_concolic/symcc_runtime" , version = " 0.15.2 " , default-features = false }
71+ symcc_runtime = { path = " ./crates/libafl_concolic/symcc_runtime" , version = " 0.15.4 " , default-features = false }
7272symcc_libafl = { path = " ./crates/libafl_concolic/symcc_libafl" , version = " 0.15.4" , default-features = false }
7373libafl_derive = { path = " ./crates/libafl_derive" , version = " 0.15.4" , default-features = false }
7474libafl_frida = { path = " ./crates/libafl_frida" , version = " 0.15.4" , default-features = false }
@@ -82,12 +82,12 @@ libafl_qemu_build = { path = "./crates/libafl_qemu/libafl_qemu_build", version =
8282libafl_qemu_sys = { path = " ./crates/libafl_qemu/libafl_qemu_sys" , version = " 0.15.4" , default-features = false }
8383libvharness_sys = { path = " ./crates/libafl_qemu/libvharness_sys" , version = " 0.15.4" , default-features = false }
8484libafl_sugar = { path = " ./crates/libafl_sugar" , version = " 0.15.4" , default-features = false }
85- dump_constraints = { path = " ./crates/libafl_concolic/test/dump_constraints" , version = " 0.15.2 " , default-features = false }
86- runtime_test = { path = " ./crates/libafl_concolic/test/runtime_test" , version = " 0.15.2 " , default-features = false }
87- build_and_test_fuzzers = { path = " ./utils/build_and_test_fuzzers" , version = " 0.15.2 " , default-features = false }
88- deexit = { path = " ./utils/deexit" , version = " 0.15.2 " , default-features = false }
89- drcov_utils = { path = " ./utils/drcov_utils" , version = " 0.15.2 " , default-features = false }
90- construct_automata = { path = " ./utils/gramatron/construct_automata" , version = " 0.15.2 " , default-features = false }
85+ dump_constraints = { path = " ./crates/libafl_concolic/test/dump_constraints" , version = " 0.15.4 " , default-features = false }
86+ runtime_test = { path = " ./crates/libafl_concolic/test/runtime_test" , version = " 0.15.4 " , default-features = false }
87+ build_and_test_fuzzers = { path = " ./utils/build_and_test_fuzzers" , version = " 0.15.4 " , default-features = false }
88+ deexit = { path = " ./utils/deexit" , version = " 0.15.4 " , default-features = false }
89+ drcov_utils = { path = " ./utils/drcov_utils" , version = " 0.15.4 " , default-features = false }
90+ construct_automata = { path = " ./utils/gramatron/construct_automata" , version = " 0.15.4 " , default-features = false }
9191libafl_benches = { path = " ./utils/libafl_benches" , version = " 0.15.4" , default-features = false }
9292libafl_jumper = { path = " ./utils/libafl_jumper" , version = " 0.15.4" , default-features = false }
9393
0 commit comments