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"