Skip to content

Commit e0603a4

Browse files
change clean just command to use cargo
1 parent 7286d08 commit e0603a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bumpver *ARGS:
1212
uv run --with bumpver bumpver {{ ARGS }}
1313

1414
clean:
15-
rm -rf target/
15+
cargo clean
1616

1717
# run pre-commit on all files
1818
lint:

0 commit comments

Comments
 (0)