aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-06-03 21:34:21 -0500
committerToby Vincent <tobyv13@gmail.com>2023-06-03 21:34:21 -0500
commitc6e8c15b39781ce48cd3f0d829ab5c6574ccd01b (patch)
treefa8966f5d2058a349bd0b9b5dd5b0cf9854bbb39 /.cargo
parente5dd5a260c48ee7f2d22e75433e463eb092ec698 (diff)
build: add xtask release command
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 35049cb..8c7aa77 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,2 +1,2 @@
[alias]
-xtask = "run --package xtask --"
+xtask = "run --config profile.dev.debug=false --package xtask --"