From: Wei Chen Date: Wed, 20 Mar 2024 08:02:05 +0000 (+0800) Subject: chore: update MSRV dependency for nightly docs X-Git-Tag: v1.0.0-alpha.8~3^2~4 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=6e648fd5afa188290b05f8e050ba69fe5f8b80e4;p=bdk chore: update MSRV dependency for nightly docs --- diff --git a/.github/workflows/nightly_docs.yml b/.github/workflows/nightly_docs.yml index 0321cc53..f9840fe3 100644 --- a/.github/workflows/nightly_docs.yml +++ b/.github/workflows/nightly_docs.yml @@ -17,6 +17,8 @@ jobs: run: rustup update - name: Rust Cache uses: Swatinem/rust-cache@v2.2.1 + - name: Pin dependencies for MSRV + run: cargo update -p home --precise "0.5.5" - name: Build docs run: cargo doc --no-deps env: