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 18, 2024
1 parent 3420f2e commit 382bce0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
run: rustup update
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Pin dependencies for MSRV
if: matrix.rust.version == '1.63.0'
run: |
cargo update -p home --precise "0.5.5"
- name: Build docs
run: cargo doc --no-deps
env:
Expand Down

0 comments on commit 382bce0

Please sign in to comment.