Skip to content

Commit

Permalink
Raise minimum tested compiler to 1.60
Browse files Browse the repository at this point in the history
Required by byteorder dependency:

    error: package `byteorder v1.5.0` cannot be built because it
    requires rustc 1.60 or newer, while the currently active rustc
    version is 1.56.1
  • Loading branch information
dtolnay committed Oct 6, 2023
1 parent af2a29d commit a11bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.56.0]
rust: [nightly, beta, stable, 1.60.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a11bf19

Please sign in to comment.