Skip to content

Commit

Permalink
build: use rust compiler 1.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Apr 19, 2024
1 parent ac8b362 commit 0ba6282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-spm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ba6282

Please sign in to comment.