From c08fe99ad65ef69f0ed543a4bc274196c2209515 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 22 Nov 2021 15:59:12 -0800 Subject: [PATCH] Pin anyhow version to "=1.0.45" This change can be removed after upgrading to the next version of uniffi. See: https://github.com/mozilla/uniffi-rs/issues/1109 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4d799ff..bb01c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ bdk = { version = "0.13", features = ["all-keys", "use-esplora-ureq"] } uniffi_macros = "0.14.1" uniffi = "0.14.1" thiserror = "1.0" +anyhow = "=1.0.45" # remove after upgrading to next version of uniffi [build-dependencies] uniffi_build = "0.14.1"