Add just
to the build dependencies
This commit is contained in:
parent
15d94b2fd6
commit
b86622d73b
5 changed files with 9 additions and 0 deletions
|
@ -16,4 +16,9 @@ ifeq ($(shell env -u RUSTUP_TOOLCHAIN cargo install --list | grep '^cargo-config
|
|||
$(error cargo-config $(CARGO_CONFIG_VERSION) not found, run "cargo install --force --version $(CARGO_CONFIG_VERSION) cargo-config")
|
||||
endif
|
||||
|
||||
JUST_VERSION=1.16.0
|
||||
ifeq ($(shell env -u RUSTUP_TOOLCHAIN cargo install --list | grep '^just v$(JUST_VERSION):$$'),)
|
||||
$(error just $(JUST_VERSION) not found, run "cargo install --force --version $(JUST_VERSION) just")
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue