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 8, 2024
1 parent 8e14fee commit a6205ea
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 @@ -40,9 +40,9 @@ jobs:
matrix:
# aarch64/x86_64 macOS and aarch64 Linux are tested on Cirrus CI
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 a6205ea

Please sign in to comment.