Skip to content

Commit b324e87

Browse files
committed
fix(ci): Bump earliest tested rustc version to v1.74
1 parent ee4d89c commit b324e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
rust: [beta, stable, 1.70.0]
21+
rust: [beta, stable, 1.74.0]
2222

2323
steps:
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)