Skip to content

Commit 8e62244

Browse files
committed
Discard CI coverage of backtrace feature on toolchains older than 1.63
The backtrace crate's `cc` dependency now requires 1.63+.
1 parent e77374f commit 8e62244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
rust: [1.65.0, 1.59.0, 1.55.0, 1.52.0, 1.51.0, 1.50.0, 1.39.0]
53+
rust: [1.65.0, 1.52.0, 1.51.0, 1.50.0, 1.39.0]
5454
timeout-minutes: 45
5555
steps:
5656
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)