Skip to content

Commit b0e078d

Browse files
committed
Fix Fuzz CI at rust 1.58
1 parent 6a89bd0 commit b0e078d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
rust:
12-
- stable
12+
- 1.58.0
1313
steps:
1414
- name: Checkout Crate
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)