aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-17 21:01:53 +0100
committerAleksey Kladov <[email protected]>2019-10-17 21:14:05 +0100
commit5376c769f0cb6076c4862e728af042bb563a5051 (patch)
tree890a88741ef83c5ca0a57006c1972d0870fd86a4 /.cargo/config
parent7b15c4f7ae95e2e855cb783871906fa7bf364c4c (diff)
rename tools -> xtask
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config2
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]
2xtask = "run --package xtask --bin xtask --" 2xtask = "run --package xtask --bin xtask --"
3 3
4install-ra = "run --package xtask -- install" # for backwards compat 4install-ra = "run --package xtask --bin xtask -- install" # for backwards compat