Skip to content

Commit 3d3d1f6

Browse files
committed
Update fuzz CI job to use our MSRV rather than 1.58
1 parent d521777 commit 3d3d1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
fuzz:
177177
runs-on: ubuntu-latest
178178
env:
179-
TOOLCHAIN: 1.58
179+
TOOLCHAIN: 1.63
180180
steps:
181181
- name: Checkout source code
182182
uses: actions/checkout@v3

0 commit comments

Comments
 (0)