Skip to content

Commit

Permalink
Bump MSRV for rustdoc:: lint prefix
Browse files Browse the repository at this point in the history
Yes, this is stupid. But no, I don't want to implement a workaround.

See rust-lang/rust#86849
  • Loading branch information
jonhoo committed Feb 12, 2022
1 parent 673b486 commit c114481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.49.0 # std::hint::spin_loop
toolchain: 1.52.0 # rustdoc:: lint prefix
override: true
- uses: actions/checkout@v2
- name: cargo +1.49.0 check
- name: cargo +1.52.0 check
uses: actions-rs/cargo@v1
with:
command: check

0 comments on commit c114481

Please sign in to comment.