diff options
author | Aleksey Kladov <[email protected]> | 2019-10-17 21:01:53 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-10-17 21:14:05 +0100 |
commit | 5376c769f0cb6076c4862e728af042bb563a5051 (patch) | |
tree | 890a88741ef83c5ca0a57006c1972d0870fd86a4 /.cargo/config | |
parent | 7b15c4f7ae95e2e855cb783871906fa7bf364c4c (diff) |
rename tools -> xtask
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 67d0d1885..3812e1e2d 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 | 3 | ||
4 | install-ra = "run --package xtask -- install" # for backwards compat | 4 | install-ra = "run --package xtask --bin xtask -- install" # for backwards compat |