Update uniffi-rs to 0.20.0

This commit is contained in:
thunderbiscuit 2022-10-04 12:34:22 -04:00
parent 1cc9afaeb3
commit 10fa276bec
No known key found for this signature in database
GPG Key ID: 88253696EB836462
2 changed files with 5 additions and 5 deletions

View File

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

View File

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