Skip to content

Commit

Permalink
fix: added alias for xtask
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Chandra <[email protected]>
  • Loading branch information
pchandra19 committed Aug 11, 2023
1 parent 368a9f3 commit 4c03ff1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ rustflags = ["-C", "target-cpu=nehalem"]
[profile.release]
lto = "fat"
codegen-units = 1

[alias]
xtask = "run --package xtask --"

0 comments on commit 4c03ff1

Please sign in to comment.