Skip to content

Commit 4d06bd0

Browse files
committed
ci: update rustc version for fuzz job
This was at 1.58 to handle honggfuzz breakage; apparently it has to be 1.65 now.
1 parent 7be26ae commit 4d06bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ roundtrip_semantic,
3939
key: cache-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
4040
- uses: actions-rs/toolchain@v1
4141
with:
42-
toolchain: 1.58
42+
toolchain: 1.65
4343
override: true
4444
profile: minimal
4545
- name: fuzz

0 commit comments

Comments
 (0)