Require xargo 0.3.20
This commit is contained in:
parent
52982d83a4
commit
03e6618a10
2 changed files with 9 additions and 0 deletions
6
mk/depends.mk
Normal file
6
mk/depends.mk
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Dependencies
|
||||
|
||||
XARGO_VERSION=0.3.20
|
||||
ifeq ($(shell cargo install --list | grep '^xargo v$(XARGO_VERSION):$$'),)
|
||||
$(error xargo $(XARGO_VERSION) not found, run "cargo install --force --version $(XARGO_VERSION) xargo")
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue