Skip to content

Commit 68691d4

Browse files
fix: remove explicit rust compiler declaration in build scripts
1 parent f1bdfee commit 68691d4

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

scripts/build-linux-x86_64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fi
1818
cd ./bdk-ffi/bdk-ffi/ || exit
1919

2020
# Build the Rust library
21-
rustup default 1.84.1
2221
rustup target add $COMPILATION_TARGET
2322
cargo build --profile release-smaller --target $COMPILATION_TARGET
2423

scripts/build-macos-aarch64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fi
1818
cd ./bdk-ffi/bdk-ffi/ || exit
1919

2020
# Build the Rust library
21-
rustup default 1.84.1
2221
rustup target add $COMPILATION_TARGET
2322
cargo build --profile release-smaller --target $COMPILATION_TARGET
2423

scripts/build-macos-x86_64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fi
1818
cd ./bdk-ffi/bdk-ffi/ || exit
1919

2020
# Build the Rust library
21-
rustup default 1.84.1
2221
rustup target add $COMPILATION_TARGET
2322
cargo build --profile release-smaller --target $COMPILATION_TARGET
2423

scripts/build-windows-x86_64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fi
1818
cd ./bdk-ffi/bdk-ffi/ || exit
1919

2020
# Build the Rust library
21-
rustup default 1.84.1
2221
rustup target add $COMPILATION_TARGET
2322
cargo build --profile release-smaller --target $COMPILATION_TARGET
2423

0 commit comments

Comments
 (0)