Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
target-dir = "target"

[alias]
# We can't use `--package xtask` since we don't have a workspace at the root of this repo.
# Instead, we have one workspace per template expansion in `generated`, which wouldn't mix with an external xtask crate.
# So xtask is limited to the root of the repo, unfortunately.
xtask = "run --manifest-path=./xtask/Cargo.toml --"
xtask = "run --package xtask --"
Loading