From 73489e8bbb996abdb7773b7afef8033bea249cef Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Tue, 7 May 2024 11:58:43 -0700 Subject: [PATCH] Try lower version of cross --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 262b074..807fd37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,6 @@ jobs: - name: Check No Standard Library Support run: | rustup target add --toolchain ${{ matrix.toolchain }} thumbv7m-none-eabi - cargo install cross --locked + cargo install cross@0.2.1 --locked cross build --package bip324 --target thumbv7m-none-eabi --no-default-features --features alloc