We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8b362 commit 0ba6282Copy full SHA for 0ba6282
.github/workflows/publish-spm.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: "Install Rust targets"
32
working-directory: build/bdk-ffi
33
run: |
34
- rustup install 1.73.0
+ rustup default 1.77.1
35
rustup component add rust-src
36
rustup target add aarch64-apple-ios # iOS ARM64
37
rustup target add x86_64-apple-ios # iOS x86_64
0 commit comments