From: Steve Myers Date: Fri, 4 Feb 2022 14:55:00 +0000 (-0600) Subject: [ci] Pin nightly docs workflow rust version to nightly-2022-01-25 X-Git-Tag: v0.16.1~2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=a83aa0461c607a776a833ae2d6818afbc856d79d;p=bdk [ci] Pin nightly docs workflow rust version to nightly-2022-01-25 --- diff --git a/.github/workflows/nightly_docs.yml b/.github/workflows/nightly_docs.yml index 9ec7fe5c..a82beb2d 100644 --- a/.github/workflows/nightly_docs.yml +++ b/.github/workflows/nightly_docs.yml @@ -18,7 +18,7 @@ jobs: target key: nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }} - name: Set default toolchain - run: rustup default nightly + run: rustup default nightly-2022-01-25 - name: Set profile run: rustup set profile minimal - name: Update toolchain