From 159e7ab4af6ea17454ff35fc9de40b2a42b86799 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 29 Aug 2022 22:08:38 -0400 Subject: [PATCH] Pin version of uniffi-bindgen in bdk-ffi-bindgen tool (#189) --- bdk-ffi-bindgen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-ffi-bindgen/Cargo.toml b/bdk-ffi-bindgen/Cargo.toml index 71d1a42..7cbc75a 100644 --- a/bdk-ffi-bindgen/Cargo.toml +++ b/bdk-ffi-bindgen/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] anyhow = "=1.0.45" # remove after upgrading to next version of uniffi structopt = "0.3" -uniffi_bindgen = "0.19.3" +uniffi_bindgen = "=0.19.3" camino = "1.0.9"