@@ -49,35 +49,35 @@ exclude = [
49
49
]
50
50
51
51
[workspace .package ]
52
- version = " 0.14.1 "
52
+ version = " 0.15.0 "
53
53
license = " MIT OR Apache-2.0"
54
54
55
55
[workspace .dependencies ]
56
56
# Internal deps
57
- libafl = { path = " ./libafl" , version = " 0.14.1 " , default-features = false }
58
- libafl_bolts = { path = " ./libafl_bolts" , version = " 0.14.1 " , default-features = false }
59
- libafl_cc = { path = " ./libafl_cc" , version = " 0.14.1 " , default-features = false }
60
- symcc_runtime = { path = " ./libafl_concolic/symcc_runtime" , version = " 0.14.1 " , default-features = false }
61
- symcc_libafl = { path = " ./libafl_concolic/symcc_libafl" , version = " 0.14.1 " , default-features = false }
62
- libafl_derive = { path = " ./libafl_derive" , version = " 0.14.1 " , default-features = false }
63
- libafl_frida = { path = " ./libafl_frida" , version = " 0.14.1 " , default-features = false }
64
- libafl_intelpt = { path = " ./libafl_intelpt" , version = " 0.14.1 " , default-features = false }
65
- libafl_libfuzzer = { path = " ./libafl_libfuzzer" , version = " 0.14.1 " , default-features = false }
66
- libafl_nyx = { path = " ./libafl_nyx" , version = " 0.14.1 " , default-features = false }
67
- libafl_targets = { path = " ./libafl_targets" , version = " 0.14.1 " , default-features = false }
68
- libafl_tinyinst = { path = " ./libafl_tinyinst" , version = " 0.14.1 " , default-features = false }
69
- libafl_qemu = { path = " ./libafl_qemu" , version = " 0.14.1 " , default-features = false }
70
- libafl_qemu_build = { path = " ./libafl_qemu/libafl_qemu_build" , version = " 0.14.1 " , default-features = false }
71
- libafl_qemu_sys = { path = " ./libafl_qemu/libafl_qemu_sys" , version = " 0.14.1 " , default-features = false }
72
- libafl_sugar = { path = " ./libafl_sugar" , version = " 0.14.1 " , default-features = false }
73
- dump_constraints = { path = " ./libafl_concolic/test/dump_constraints" , version = " 0.14.1 " , default-features = false }
74
- runtime_test = { path = " ./libafl_concolic/test/runtime_test" , version = " 0.14.1 " , default-features = false }
75
- build_and_test_fuzzers = { path = " ./utils/build_and_test_fuzzers" , version = " 0.14.1 " , default-features = false }
76
- deexit = { path = " ./utils/deexit" , version = " 0.14.1 " , default-features = false }
77
- drcov_utils = { path = " ./utils/drcov_utils" , version = " 0.14.1 " , default-features = false }
78
- construct_automata = { path = " ./utils/gramatron/construct_automata" , version = " 0.14.1 " , default-features = false }
79
- libafl_benches = { path = " ./utils/libafl_benches" , version = " 0.14.1 " , default-features = false }
80
- libafl_jumper = { path = " ./utils/libafl_jumper" , version = " 0.14.1 " , default-features = false }
57
+ libafl = { path = " ./libafl" , version = " 0.15.0 " , default-features = false }
58
+ libafl_bolts = { path = " ./libafl_bolts" , version = " 0.15.0 " , default-features = false }
59
+ libafl_cc = { path = " ./libafl_cc" , version = " 0.15.0 " , default-features = false }
60
+ symcc_runtime = { path = " ./libafl_concolic/symcc_runtime" , version = " 0.15.0 " , default-features = false }
61
+ symcc_libafl = { path = " ./libafl_concolic/symcc_libafl" , version = " 0.15.0 " , default-features = false }
62
+ libafl_derive = { path = " ./libafl_derive" , version = " 0.15.0 " , default-features = false }
63
+ libafl_frida = { path = " ./libafl_frida" , version = " 0.15.0 " , default-features = false }
64
+ libafl_intelpt = { path = " ./libafl_intelpt" , version = " 0.15.0 " , default-features = false }
65
+ libafl_libfuzzer = { path = " ./libafl_libfuzzer" , version = " 0.15.0 " , default-features = false }
66
+ libafl_nyx = { path = " ./libafl_nyx" , version = " 0.15.0 " , default-features = false }
67
+ libafl_targets = { path = " ./libafl_targets" , version = " 0.15.0 " , default-features = false }
68
+ libafl_tinyinst = { path = " ./libafl_tinyinst" , version = " 0.15.0 " , default-features = false }
69
+ libafl_qemu = { path = " ./libafl_qemu" , version = " 0.15.0 " , default-features = false }
70
+ libafl_qemu_build = { path = " ./libafl_qemu/libafl_qemu_build" , version = " 0.15.0 " , default-features = false }
71
+ libafl_qemu_sys = { path = " ./libafl_qemu/libafl_qemu_sys" , version = " 0.15.0 " , default-features = false }
72
+ libafl_sugar = { path = " ./libafl_sugar" , version = " 0.15.0 " , default-features = false }
73
+ dump_constraints = { path = " ./libafl_concolic/test/dump_constraints" , version = " 0.15.0 " , default-features = false }
74
+ runtime_test = { path = " ./libafl_concolic/test/runtime_test" , version = " 0.15.0 " , default-features = false }
75
+ build_and_test_fuzzers = { path = " ./utils/build_and_test_fuzzers" , version = " 0.15.0 " , default-features = false }
76
+ deexit = { path = " ./utils/deexit" , version = " 0.15.0 " , default-features = false }
77
+ drcov_utils = { path = " ./utils/drcov_utils" , version = " 0.15.0 " , default-features = false }
78
+ construct_automata = { path = " ./utils/gramatron/construct_automata" , version = " 0.15.0 " , default-features = false }
79
+ libafl_benches = { path = " ./utils/libafl_benches" , version = " 0.15.0 " , default-features = false }
80
+ libafl_jumper = { path = " ./utils/libafl_jumper" , version = " 0.15.0 " , default-features = false }
81
81
82
82
# External deps
83
83
ahash = { version = " 0.8.11" , default-features = false } # The hash function already used in hashbrown
0 commit comments