Skip to content

Commit 74bd1fc

Browse files
build: use correct rustup command for ios library build script
1 parent 86ffd1c commit 74bd1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bdk-swift/build-local-swift.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The results of this script can be used for locally testing your SPM package adding a local package
44
# to your application pointing at the bdk-swift directory.
55

6-
rustup install 1.77.1
6+
rustup default 1.77.1
77
rustup component add rust-src
88
rustup target add aarch64-apple-ios # iOS arm64
99
rustup target add x86_64-apple-ios # iOS x86_64

0 commit comments

Comments
 (0)