just: Make it possible to give your own cargo command
modified justfile
@@ -1,6 +1,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -34,7 +36,7 @@ pre-commit: check-conflict-markers format-rust check-rust check-docs check-typos
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,7 +45,7 @@ format-rust: (verify-tool "cargo")
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -52,7 +54,7 @@ check-rust:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,7 +123,7 @@ pre-push: check-conflict-markers format-rust check-rust check-keywords check-doc
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|