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
This commit is contained in:
Steve Myers 2021-11-22 15:59:12 -08:00
parent d53eb793ea
commit c08fe99ad6

View File

@ -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"