Skip to content

Commit

Permalink
ci: Update minimum tested Rust version to 1.63
Browse files Browse the repository at this point in the history
```
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
```
  • Loading branch information
taiki-e committed Dec 15, 2024
1 parent 5092a9b commit 71d8bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
fail-fast: false
matrix:
include:
- rust: '1.61'
- rust: '1.63'
os: ubuntu-latest
- rust: '1.61'
- rust: '1.63'
os: windows-latest
- rust: stable
os: ubuntu-latest
Expand Down

0 comments on commit 71d8bb0

Please sign in to comment.