Skip to content

Commit ae66b3e

Browse files
Bump cargo-fuzz in CI
1 parent 332c4da commit ae66b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Note that building with fuzzers requires nightly since it uses unstable
2525
# flags to rustc.
2626
- run: rustup update nightly && rustup default nightly
27-
- run: cargo install cargo-fuzz --vers "^0.10"
27+
- run: cargo install cargo-fuzz --vers "^0.11"
2828
- run: cargo fuzz build --dev
2929

3030
rustfmt:

0 commit comments

Comments
 (0)