We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7286d08 commit e0603a4Copy full SHA for e0603a4
Justfile
@@ -12,7 +12,7 @@ bumpver *ARGS:
12
uv run --with bumpver bumpver {{ ARGS }}
13
14
clean:
15
- rm -rf target/
+ cargo clean
16
17
# run pre-commit on all files
18
lint:
0 commit comments