Skip to content

Commit c91a931

Browse files
authored
Merge pull request #1921 from fitzgen/cargo-fuzz-0.8
CI: use `cargo fuzz` 0.8.X
2 parents cd7fcf4 + ab80107 commit c91a931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ jobs:
124124
- uses: ./.github/actions/install-rust
125125
with:
126126
toolchain: nightly-2020-06-03
127-
- run: cargo install cargo-fuzz --vers "^0.7"
127+
- run: cargo install cargo-fuzz --vers "^0.8"
128128
- run: cargo fetch
129129
working-directory: ./fuzz
130-
- run: cargo fuzz build --features binaryen
130+
- run: cargo fuzz build --dev --features binaryen
131131

132132
rebuild_peephole_optimizers:
133133
name: Rebuild Peephole Optimizers

0 commit comments

Comments
 (0)