Skip to content

Commit c114481

Browse files
committed
Bump MSRV for rustdoc:: lint prefix
Yes, this is stupid. But no, I don't want to implement a workaround. See rust-lang/rust#86849
1 parent 673b486 commit c114481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msrv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- uses: actions-rs/toolchain@v1
1111
with:
1212
profile: minimal
13-
toolchain: 1.49.0 # std::hint::spin_loop
13+
toolchain: 1.52.0 # rustdoc:: lint prefix
1414
override: true
1515
- uses: actions/checkout@v2
16-
- name: cargo +1.49.0 check
16+
- name: cargo +1.52.0 check
1717
uses: actions-rs/cargo@v1
1818
with:
1919
command: check

0 commit comments

Comments
 (0)