mirror of https://github.com/vacp2p/zerokit.git
fix: use fixed rev of cross
This commit is contained in:
parent
90fdfb9d78
commit
c561741339
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ all: .pre-build build
|
|||
.pre-build: .fetch-submodules
|
||||
@cargo install cargo-make
|
||||
ifdef CI
|
||||
@cargo install cross --git https://github.com/cross-rs/cross --branch main
|
||||
@cargo install cross --git https://github.com/cross-rs/cross --rev 1511a28
|
||||
endif
|
||||
|
||||
installdeps: .pre-build
|
||||
|
|
Loading…
Reference in New Issue