@@ -15,33 +15,33 @@ miniscript = { path = "..", features = [ "compiler" ] }
1515regex = " 1.4"
1616
1717[[bin ]]
18- name = " roundtrip_miniscript_str"
19- path = " fuzz_targets/roundtrip_miniscript_str.rs"
20-
21- [[bin ]]
22- name = " roundtrip_miniscript_script"
23- path = " fuzz_targets/roundtrip_miniscript_script.rs"
18+ name = " compile_descriptor"
19+ path = " fuzz_targets/compile_descriptor.rs"
2420
2521[[bin ]]
2622name = " parse_descriptor"
2723path = " fuzz_targets/parse_descriptor.rs"
2824
29- [[bin ]]
30- name = " roundtrip_semantic"
31- path = " fuzz_targets/roundtrip_semantic.rs"
32-
3325[[bin ]]
3426name = " parse_descriptor_secret"
3527path = " fuzz_targets/parse_descriptor_secret.rs"
3628
29+ [[bin ]]
30+ name = " roundtrip_concrete"
31+ path = " fuzz_targets/roundtrip_concrete.rs"
32+
3733[[bin ]]
3834name = " roundtrip_descriptor"
3935path = " fuzz_targets/roundtrip_descriptor.rs"
4036
4137[[bin ]]
42- name = " roundtrip_concrete "
43- path = " fuzz_targets/roundtrip_concrete .rs"
38+ name = " roundtrip_miniscript_script "
39+ path = " fuzz_targets/roundtrip_miniscript_script .rs"
4440
4541[[bin ]]
46- name = " compile_descriptor"
47- path = " fuzz_targets/compile_descriptor.rs"
42+ name = " roundtrip_miniscript_str"
43+ path = " fuzz_targets/roundtrip_miniscript_str.rs"
44+
45+ [[bin ]]
46+ name = " roundtrip_semantic"
47+ path = " fuzz_targets/roundtrip_semantic.rs"
0 commit comments