Skip to content

Commit 0f15773

Browse files
committed
xtask: standalone, not workspace member
1 parent 714bec2 commit 0f15773

File tree

3 files changed

+637
-15
lines changed

3 files changed

+637
-15
lines changed

.cargo/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# [Cargo Book: Configuration](https://doc.rust-lang.org/cargo/reference/config.html#env)
55

66
[alias]
7-
xtask = "run --package xtask --"
7+
# xtask = "run --package xtask --"
8+
xtask = "run --manifest-path ./xtask/Cargo.toml --"

0 commit comments

Comments
 (0)