We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89671a5 commit cbb53b6Copy full SHA for cbb53b6
.github/workflows/build.yml
@@ -254,7 +254,9 @@ jobs:
254
fuzz:
255
runs-on: self-hosted
256
env:
257
- TOOLCHAIN: 1.75
+ # For whatever reason, honggfuzz doesn't build on 1.75, and there's not a lot of
258
+ # reason to insist on 1.75 for fuzzing, so we just pick an MSRV of 1.80 for fuzz.
259
+ TOOLCHAIN: 1.80
260
steps:
261
- name: Checkout source code
262
uses: actions/checkout@v4
0 commit comments