From 10fa276bec12aa1a739a83ae11acdd0488f817ec Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 4 Oct 2022 12:34:22 -0400 Subject: [PATCH] Update uniffi-rs to 0.20.0 --- Cargo.toml | 6 +++--- bdk-ffi-bindgen/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5d437e1..ff47fb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ name = "bdkffi" [dependencies] bdk = { version = "0.22", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } -uniffi_macros = { version = "0.19.3", features = ["builtin-bindgen"] } -uniffi = { version = "0.19.3", features = ["builtin-bindgen"] } +uniffi_macros = { version = "0.20.0", features = ["builtin-bindgen"] } +uniffi = { version = "0.20.0", features = ["builtin-bindgen"] } [build-dependencies] -uniffi_build = { version = "0.19.3", features = ["builtin-bindgen"] } +uniffi_build = { version = "0.20.0", features = ["builtin-bindgen"] } diff --git a/bdk-ffi-bindgen/Cargo.toml b/bdk-ffi-bindgen/Cargo.toml index 2c27b1e..1f0f7cb 100644 --- a/bdk-ffi-bindgen/Cargo.toml +++ b/bdk-ffi-bindgen/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" edition = "2021" [dependencies] -anyhow = "=1.0.45" # remove after upgrading to next version of uniffi +anyhow = "1.0.45" # remove after upgrading to next version of uniffi structopt = "0.3" -uniffi_bindgen = "0.19.5" +uniffi_bindgen = "0.20.0" camino = "1.0.9"