Skip to content

Commit 6044194

Browse files
committed
Update minimum tested Rust version to 1.64.
Some older toolchains for MacOS seem to be broken. Instead of trying to pinpoint the exact version that works, we just go to the Rust version in stable Alpine Linux.
1 parent 801bef5 commit 6044194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
16-
rust: [1.42.0, stable, beta, nightly]
16+
rust: [1.64.0, stable, beta, nightly]
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v1

0 commit comments

Comments
 (0)