Skip to content

Commit 6e648fd

Browse files
committed
chore: update MSRV dependency for nightly docs
1 parent c01983d commit 6e648fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: rustup update
1818
- name: Rust Cache
1919
uses: Swatinem/[email protected]
20+
- name: Pin dependencies for MSRV
21+
run: cargo update -p home --precise "0.5.5"
2022
- name: Build docs
2123
run: cargo doc --no-deps
2224
env:

0 commit comments

Comments
 (0)