From eb3ca59053fda93e3c85783b794d2783cafac62c Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 17 Mar 2026 20:42:54 -0700 Subject: [PATCH] add rust-src to CI --- .forgejo/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 7a69a7e..30e5419 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -17,6 +17,7 @@ jobs: with: save-if: ${{ github.ref == 'refs/heads/master' }} - run: rustup override set 1.93.0 + - run: rustup component add rust-src - run: cargo test - run: cargo build --tests --features=unstable-doc - run: cargo test --doc --features=unstable-doc