Skip to content

Commit

Permalink
chore: Update MSRV dependency for nightly docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LagginTimes committed Jan 22, 2024
1 parent 4c81a54 commit 5a35f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: rustup update
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Pin dependencies for MSRV
run: cargo update -p home --precise "0.5.5"
- name: Build docs
run: cargo doc --no-deps
env:
Expand Down

0 comments on commit 5a35f4f

Please sign in to comment.