diff --git a/Makefile b/Makefile index 8da27f1..7f80a74 100644 --- a/Makefile +++ b/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