Skip to content

Commit

Permalink
Discard CI coverage of backtrace feature on toolchains older than 1.63
Browse files Browse the repository at this point in the history
The backtrace crate's `cc` dependency now requires 1.63+.
  • Loading branch information
dtolnay committed Apr 21, 2024
1 parent e77374f commit 8e62244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.65.0, 1.59.0, 1.55.0, 1.52.0, 1.51.0, 1.50.0, 1.39.0]
rust: [1.65.0, 1.52.0, 1.51.0, 1.50.0, 1.39.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8e62244

Please sign in to comment.