Skip to content

Commit ceac66a

Browse files
Daniel SalinasDaniel Salinas
authored andcommitted
Move to uniffi 29.2
1 parent 44efd07 commit ceac66a

File tree

10 files changed

+245
-126
lines changed

10 files changed

+245
-126
lines changed

Cargo.lock

Lines changed: 75 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ tracing = { version = "0.1.40", default-features = false, features = ["std"] }
9494
tracing-core = "0.1.32"
9595
tracing-subscriber = "0.3.18"
9696
unicode-normalization = "0.1.24"
97-
uniffi = { version = "0.28.0" }
98-
uniffi_bindgen = { version = "0.28.0" }
97+
uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "c7f6caa3d1bf20f934346cefd8e82b5093f0dc6f" }
98+
uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs", rev = "c7f6caa3d1bf20f934346cefd8e82b5093f0dc6f" }
99+
uniffi_core = { git = "https://github.com/mozilla/uniffi-rs", rev = "c7f6caa3d1bf20f934346cefd8e82b5093f0dc6f" }
99100
url = "2.5.4"
100101
uuid = "1.12.1"
101102
vodozemac = { version = "0.9.0", features = ["insecure-pk-encryption"] }

0 commit comments

Comments
 (0)