Skip to content

Commit 8231c6d

Browse files
authored
Merge 'lock cargo-fuzz to 0.13.0 to prevent CI failure' from Preston Thorpe
causes: https://github.com/tursodatabase/turso/actions/runs/27227979449/ job/80400190373?pr=7423 Reviewed-by: Mikaël Francoeur (@LeMikaelF) Closes #7424
2 parents dd4b4d9 + 4b09d34 commit 8231c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ jobs:
139139
prefix-key: "v1-rust-fuzz"
140140
cache-on-failure: true
141141
- name: Install cargo-fuzz
142-
run: cargo install cargo-fuzz
142+
run: cargo install cargo-fuzz@0.13.0
143143
- name: Run scalar_func fuzzer
144144
run: cargo +nightly fuzz run scalar_func -- -max_total_time=300

0 commit comments

Comments
 (0)