From: Steve Myers Date: Tue, 17 Dec 2024 02:12:27 +0000 (-0600) Subject: ci: update build_docs job to use rust nightly X-Git-Tag: core-0.4.1~2^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=272ce227b40da4990821baee239f1a227d79e4d8;p=bdk ci: update build_docs job to use rust nightly --- diff --git a/.github/workflows/nightly_docs.yml b/.github/workflows/nightly_docs.yml index 0bbe4993..6e821c6d 100644 --- a/.github/workflows/nightly_docs.yml +++ b/.github/workflows/nightly_docs.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - name: Set default toolchain - run: rustup default nightly-2024-05-12 + run: rustup default nightly - name: Set profile run: rustup set profile minimal - name: Update toolchain