From b5d6f2b51ab56ff8ed2167f6e0e80a60ad1ce117 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 29 Oct 2023 16:33:21 -0700 Subject: stop excluding tmpdir from builds (so runner can build this project..) --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6bc7645..a1d2b1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,6 @@ members = [ exclude = [ # 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