From cbe41fb33d06410b71a6ae716d6baf14bccaf103 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 16 Jul 2023 15:45:44 -0700 Subject: exclude tmpdir from workspace --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b81e4b8..6bc7645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,10 @@ members = [ "ci-ctl", ] exclude = [ - "ci-wasm-frontend" + # wasm target should not be built for x86, so exclude it + "ci-wasm-frontend", + # and do not try treating builds of rust projects using cargo as a workspace item + "tmpdir", ] [dependencies] -- cgit v1.1