Skip to content

Commit 0ba6282

Browse files
build: use rust compiler 1.77.1
1 parent ac8b362 commit 0ba6282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-spm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: "Install Rust targets"
3232
working-directory: build/bdk-ffi
3333
run: |
34-
rustup install 1.73.0
34+
rustup default 1.77.1
3535
rustup component add rust-src
3636
rustup target add aarch64-apple-ios # iOS ARM64
3737
rustup target add x86_64-apple-ios # iOS x86_64

0 commit comments

Comments
 (0)