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 27547d7 commit a09b56bCopy full SHA for a09b56b
.github/workflows/nightly_docs.yml
@@ -17,6 +17,8 @@ jobs:
17
run: rustup update
18
- name: Rust Cache
19
uses: Swatinem/[email protected]
20
+ - name: Pin dependencies for MSRV
21
+ run: cargo update -p home --precise "0.5.5"
22
- name: Build docs
23
run: cargo doc --no-deps
24
env:
0 commit comments