diff options
author | iximeow <me@iximeow.net> | 2023-10-29 16:33:21 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-10-29 16:33:21 -0700 |
commit | b5d6f2b51ab56ff8ed2167f6e0e80a60ad1ce117 (patch) | |
tree | ce7ddbeb0edd25253e3068a3b8c7a4595fcf3047 | |
parent | 94b6c61f49702dd833a14fbd684daf88e941a494 (diff) |
stop excluding tmpdir from builds (so runner can build this project..)
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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] |