rust: Bump the uniffi version

This commit is contained in:
Damir Jelić 2021-11-24 14:11:32 +01:00
parent a5c500cccd
commit 87339fb0ee

View file

@ -17,7 +17,7 @@ base64 = "0.13.0"
thiserror = "1.0.25"
tracing = "0.1.26"
tracing-subscriber = "0.2.18"
uniffi = "0.14.0"
uniffi = "0.15.1"
pbkdf2 = "0.8.0"
sha2 = "0.9.5"
rand = "0.8.4"
@ -47,4 +47,4 @@ rev = "ac6ecc3e5"
features = ["client-api-c"]
[build-dependencies]
uniffi_build = "0.12.0"
uniffi_build = "0.15.1"