Skip to content

Commit 8f38a29

Browse files
committed
ci: fix MSRV
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent c4b71ca commit 8f38a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
rust: [nightly, beta, stable, 1.63.0]
16+
rust: [nightly, beta, stable, 1.70.0]
1717
steps:
1818
- uses: actions/checkout@v2
1919

0 commit comments

Comments
 (0)