fix: use fixed rev of cross

This commit is contained in:
rymnc 2023-07-04 10:28:45 +05:30
parent 90fdfb9d78
commit c561741339
No known key found for this signature in database
GPG Key ID: AAA088D5C68ECD34
1 changed files with 1 additions and 1 deletions

View File

@ -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