summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2023-10-29 16:33:21 -0700
committeriximeow <me@iximeow.net>2023-10-29 16:33:21 -0700
commitb5d6f2b51ab56ff8ed2167f6e0e80a60ad1ce117 (patch)
treece7ddbeb0edd25253e3068a3b8c7a4595fcf3047
parent94b6c61f49702dd833a14fbd684daf88e941a494 (diff)
stop excluding tmpdir from builds (so runner can build this project..)
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 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]