From 0ba62827db0deb9cf805d8362d834b8f1b11af2a Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 19 Apr 2024 15:28:57 -0400 Subject: [PATCH] build: use rust compiler 1.77.1 --- .github/workflows/publish-spm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-spm.yaml b/.github/workflows/publish-spm.yaml index edd99c7..de016c0 100644 --- a/.github/workflows/publish-spm.yaml +++ b/.github/workflows/publish-spm.yaml @@ -31,7 +31,7 @@ jobs: - name: "Install Rust targets" working-directory: build/bdk-ffi run: | - rustup install 1.73.0 + rustup default 1.77.1 rustup component add rust-src rustup target add aarch64-apple-ios # iOS ARM64 rustup target add x86_64-apple-ios # iOS x86_64