build: use rust compiler 1.77.1 for all builds

This commit is contained in:
thunderbiscuit
2024-04-19 14:39:33 -04:00
parent e14124b454
commit 4d737d3393
14 changed files with 25 additions and 25 deletions

View File

@@ -38,10 +38,10 @@ _Note that Kotlin version `1.9.23` or later is required to build the library._
git clone https://github.com/bitcoindevkit/bdk-ffi
```
2. Follow the "General" bdk-ffi ["Getting Started (Developer)"] instructions.
3. Install Rust (note that we are currently building using Rust 1.73.0):
3. Install Rust (note that we are currently building using Rust 1.77.1):
```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default 1.73.0
rustup default 1.77.1
```
4. Install required targets
```sh