From: Steve Myers Date: Thu, 15 Apr 2021 03:33:42 +0000 (-0700) Subject: [ci] Update 'Tarpaulin to codecov.io' job to use nightly-2021-03-23 X-Git-Tag: v0.7.0~20 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/language/struct.String.html?a=commitdiff_plain;h=7ca0e0e2bd902e0e72ed35fb435117a18c3f8149;p=bdk [ci] Update 'Tarpaulin to codecov.io' job to use nightly-2021-03-23 --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index d61ab757..ce84c4ff 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Set default toolchain - run: rustup default nightly + run: rustup default nightly-2021-03-23 - name: Set profile run: rustup set profile minimal