From 5240cd895e3f9f533ecbbaed7628ba8045ce4d8a Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 21 Dec 2021 16:53:57 -0800 Subject: [PATCH] Update uniffi-rs to 0.16.0 --- Cargo.toml | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb01c73..226774e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "bdkffi" [dependencies] bdk = { version = "0.13", features = ["all-keys", "use-esplora-ureq"] } uniffi_macros = "0.14.1" -uniffi = "0.14.1" +uniffi = "0.16.0" thiserror = "1.0" anyhow = "=1.0.45" # remove after upgrading to next version of uniffi diff --git a/README.md b/README.md index 5ea5706..d859b92 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ language binding for [bdk] supported by this project. ## Contributing +### Install uniffi-bindgen cli tool + +Install the uniffi-bindgen binary on your system using: + +`cargo install uniffi_bindgen` + +The version must be the same as the `uniffi` dependency in `Cargo.toml`. + ### Adding new structs and functions See the [UniFFI User Guide](https://mozilla.github.io/uniffi-rs/)