chore: bump rust compiler version to 1.73.0 for JVM and python builds

This commit is contained in:
thunderbiscuit
2023-11-09 16:17:03 -06:00
parent fc4240ca38
commit a9c6aac6b9
10 changed files with 19 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ cd ../bdk-ffi/
cargo run --bin uniffi-bindgen generate src/bdk.udl --language python --out-dir ../bdk-python/src/bdkpython/ --no-format
echo "Generating native binaries..."
rustup default 1.67.0
rustup default 1.73.0
cargo build --profile release-smaller
echo "Copying linux libbdkffi.so..."