diff options
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config b/.cargo/config index 3812e1e2d..9a04b9462 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,4 +1,4 @@ | |||
1 | [alias] | 1 | [alias] |
2 | xtask = "run --package xtask --bin xtask --" | 2 | xtask = "run --package xtask --bin xtask --" |
3 | |||
4 | install-ra = "run --package xtask --bin xtask -- install" # for backwards compat | 3 | install-ra = "run --package xtask --bin xtask -- install" # for backwards compat |
4 | tq = "test -- -q" | ||