Skip to content

Commit 71d8bb0

Browse files
committed
ci: Update minimum tested Rust version to 1.63
``` error: package `libc v0.2.167` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.61.0 ```
1 parent 5092a9b commit 71d8bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
include:
38-
- rust: '1.61'
38+
- rust: '1.63'
3939
os: ubuntu-latest
40-
- rust: '1.61'
40+
- rust: '1.63'
4141
os: windows-latest
4242
- rust: stable
4343
os: ubuntu-latest

0 commit comments

Comments
 (0)