From 4f8b7f4ba5ff4b0ffe80ca970e71f2ef6c7109d0 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 19 Apr 2024 14:47:26 -0400 Subject: [PATCH] build: use correct rustup command for ios library build script --- bdk-swift/build-local-swift.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-swift/build-local-swift.sh b/bdk-swift/build-local-swift.sh index 3b1f548..1fad9bb 100755 --- a/bdk-swift/build-local-swift.sh +++ b/bdk-swift/build-local-swift.sh @@ -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