Skip to content

Commit

Permalink
build: use correct rustup command for ios library build script
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Apr 19, 2024
1 parent 86ffd1c commit 74bd1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdk-swift/build-local-swift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The results of this script can be used for locally testing your SPM package adding a local package
# to your application pointing at the bdk-swift directory.

rustup install 1.77.1
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 74bd1fc

Please sign in to comment.