Skip to content

Commit fae774b

Browse files
build: remove explicit set of rust compiler version in build scripts
1 parent 061ef8e commit fae774b

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

scripts/generate-linux.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ${PYBIN}/pip install -r requirements.txt
1212

1313
cd ./bdk-ffi/bdk-ffi/
1414

15-
rustup default 1.84.1
16-
1715
echo "Generating native binaries..."
1816
cargo build --profile release-smaller
1917

scripts/generate-macos-arm64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pip install -r requirements.txt
1212

1313
cd ./bdk-ffi/bdk-ffi/
1414

15-
rustup default 1.84.1
1615
rustup target add aarch64-apple-darwin
1716

1817
echo "Generating native binaries..."

scripts/generate-macos-x86_64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pip install -r requirements.txt
1212

1313
cd ./bdk-ffi/bdk-ffi/
1414

15-
rustup default 1.84.1
1615
rustup target add x86_64-apple-darwin
1716

1817
echo "Generating native binaries..."

scripts/generate-windows.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pip install -r requirements.txt
1212

1313
cd ./bdk-ffi/bdk-ffi/
1414

15-
rustup default 1.84.1
1615
rustup target add x86_64-pc-windows-msvc
1716

1817
echo "Generating native binaries..."

0 commit comments

Comments
 (0)