Skip to content

Commit

Permalink
Raise required compiler to rust 1.73
Browse files Browse the repository at this point in the history
Required by the most recent release of bstr.

    error: package `bstr v1.11.0` cannot be built because it requires rustc 1.73 or newer, while the currently active rustc version is 1.71.1
    Either upgrade to rustc 1.73 or newer, or use
    cargo update -p [email protected] --precise ver
    where `ver` is the latest version of `bstr` supporting rustc 1.71.1
  • Loading branch information
dtolnay committed Nov 14, 2024
1 parent 05db96a commit ba96d5a
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 @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.71.0]
rust: [nightly, beta, stable, 1.73.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ba96d5a

Please sign in to comment.