We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673b486 commit c114481Copy full SHA for c114481
.github/workflows/msrv.yml
@@ -10,10 +10,10 @@ jobs:
10
- uses: actions-rs/toolchain@v1
11
with:
12
profile: minimal
13
- toolchain: 1.49.0 # std::hint::spin_loop
+ toolchain: 1.52.0 # rustdoc:: lint prefix
14
override: true
15
- uses: actions/checkout@v2
16
- - name: cargo +1.49.0 check
+ - name: cargo +1.52.0 check
17
uses: actions-rs/cargo@v1
18
19
command: check
0 commit comments