update uniffi to latest

This commit is contained in:
dusk 2025-10-08 14:22:10 +00:00
parent 643f14847a
commit dbab8c0eb5
No known key found for this signature in database
5 changed files with 146 additions and 124 deletions

View file

@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]
lazy_static = { workspace = true }
command_parser = { path = "../command_parser"}
command_definitions = { path = "../command_definitions"}
uniffi = { version = "0.25" }
uniffi = { version = "0.29" }
[build-dependencies]
uniffi = { version = "0.25", features = [ "build" ] }
uniffi = { version = "0.29", features = [ "build" ] }