mirror of
https://github.com/element-hq/element-android
synced 2024-12-22 09:14:58 +03:00
rust: Bump the uniffi version
This commit is contained in:
parent
a5c500cccd
commit
87339fb0ee
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ base64 = "0.13.0"
|
||||||
thiserror = "1.0.25"
|
thiserror = "1.0.25"
|
||||||
tracing = "0.1.26"
|
tracing = "0.1.26"
|
||||||
tracing-subscriber = "0.2.18"
|
tracing-subscriber = "0.2.18"
|
||||||
uniffi = "0.14.0"
|
uniffi = "0.15.1"
|
||||||
pbkdf2 = "0.8.0"
|
pbkdf2 = "0.8.0"
|
||||||
sha2 = "0.9.5"
|
sha2 = "0.9.5"
|
||||||
rand = "0.8.4"
|
rand = "0.8.4"
|
||||||
|
@ -47,4 +47,4 @@ rev = "ac6ecc3e5"
|
||||||
features = ["client-api-c"]
|
features = ["client-api-c"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
uniffi_build = "0.12.0"
|
uniffi_build = "0.15.1"
|
||||||
|
|
Loading…
Reference in a new issue