Skip to content

Commit

Permalink
fix: use fixed rev of cross
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jul 4, 2023
1 parent 90fdfb9 commit c561741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c561741

Please sign in to comment.