update uniffi

This commit is contained in:
Vinzenz Schroeter 2024-11-13 19:53:58 +01:00
parent d0d70c079e
commit 6137460457
2 changed files with 832 additions and 68 deletions

896
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -13,10 +13,10 @@ repository = "https://github.com/cccb/servicepoint"
crate-type = ["cdylib"]
[build-dependencies]
uniffi = { version = "0.25.0", features = ["build"] }
uniffi = { version = "0.25.3", features = ["build"] }
[dependencies]
uniffi = { version = "0.25.0" }
uniffi = { version = "0.25.3" }
thiserror.workspace = true
[dependencies.servicepoint]