Update bdk-swift local build script

This commit is contained in:
Steve Myers 2023-05-16 11:31:20 -05:00
parent ed67eba910
commit aea25dbf21
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -5,8 +5,8 @@
#
# Run the script from the repo root directory, ie: ./bdk-swift/build-local-swift.sh
rustup install nightly-2023-04-10-x86_64-apple-darwin
rustup component add rust-src --toolchain nightly-2023-04-10-x86_64-apple-darwin
rustup install nightly-2023-04-10
rustup component add rust-src --toolchain nightly-2023-04-10
rustup target add aarch64-apple-ios x86_64-apple-ios
rustup target add aarch64-apple-ios-sim --toolchain nightly-2023-04-10
rustup target add aarch64-apple-darwin x86_64-apple-darwin