Skip to content

Commit

Permalink
Drop testing on Rust 1.71 and 1.72 due to rustdoc bug (#316)
Browse files Browse the repository at this point in the history
The bug reproduced in #300 affects Rust versions older than 1.73, and will never be fixed. Our tests will always be broken on Rust older than 1.73, so we shouldn't bother testing on it anymore.
  • Loading branch information
obi1kenobi authored Jan 13, 2024
1 parent 3b909b0 commit b95f0f3
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 @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: ["1.71", "1.72", "1.73"]
toolchain: ["1.73"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b95f0f3

Please sign in to comment.