From 6d4c44acbc94c61bdcd056fe694d72f54106a9a8 Mon Sep 17 00:00:00 2001 From: Kevin Swiber Date: Fri, 28 Jul 2023 11:12:58 -0700 Subject: [PATCH] Update ci.yaml, adding rust-src to components. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f90da82..ebfc489 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,7 +85,7 @@ jobs: profile: minimal toolchain: ${{ matrix.rust }} override: true - components: rustfmt, clippy + components: rustfmt, clippy, rust-src - name: Use Cross if: matrix.target != '' && matrix.build != 'wasm32'