File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 fail-fast : false
1717 matrix :
1818 fuzz_target : [
19- roundtrip_miniscript_str,
20- roundtrip_miniscript_script,
21- parse_descriptor,
2219roundtrip_semantic,
20+ parse_descriptor,
2321parse_descriptor_secret,
22+ roundtrip_miniscript_script,
23+ roundtrip_miniscript_str,
2424roundtrip_descriptor,
2525roundtrip_concrete,
2626compile_descriptor,
Original file line number Diff line number Diff line change @@ -15,25 +15,25 @@ miniscript = { path = "..", features = [ "compiler" ] }
1515regex = " 1.0"
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 = " roundtrip_semantic"
19+ path = " fuzz_targets/roundtrip_semantic.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_miniscript_script"
31+ path = " fuzz_targets/roundtrip_miniscript_script.rs"
32+
33+ [[bin ]]
34+ name = " roundtrip_miniscript_str"
35+ path = " fuzz_targets/roundtrip_miniscript_str.rs"
36+
3737[[bin ]]
3838name = " roundtrip_descriptor"
3939path = " fuzz_targets/roundtrip_descriptor.rs"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cargo-fuzz = true
2323honggfuzz = { version = "0.5.55", default-features = false }
2424miniscript = { path = "..", features = [ "compiler" ] }
2525
26- regex = "1.4 "
26+ regex = "1.0 "
2727EOF
2828
2929for targetFile in $( listTargetFiles) ; do
@@ -72,7 +72,7 @@ $(for name in $(listTargetNames); do echo "$name,"; done)
7272 key: cache-\$ {{ matrix.target }}-\$ {{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
7373 - uses: actions-rs/toolchain@v1
7474 with:
75- toolchain: 1.58
75+ toolchain: 1.64
7676 override: true
7777 profile: minimal
7878 - name: fuzz
You can’t perform that action at this time.
0 commit comments