diff --git a/embedded-uniffi-bindgen/Cargo.toml b/embedded-uniffi-bindgen/Cargo.toml index 0375327..ad7f132 100644 --- a/embedded-uniffi-bindgen/Cargo.toml +++ b/embedded-uniffi-bindgen/Cargo.toml @@ -9,4 +9,4 @@ publish = false [dependencies] anyhow = "1" camino = "1.1.1" -uniffi = { version = "0.25.2", default-features = false, features = ["bindgen"] } +uniffi = { version = "0.26.0", default-features = false, features = ["bindgen"] } diff --git a/enfer_core/Cargo.toml b/enfer_core/Cargo.toml index 49559e3..2ed9917 100644 --- a/enfer_core/Cargo.toml +++ b/enfer_core/Cargo.toml @@ -35,7 +35,7 @@ ort = { version = "2.0.0-alpha.1", default-features = true } tokenizers = { version = "0.15.0", default-features = false, features = ["progressbar", "cli", "onig", "esaxx_fast"] } ndarray = "0.15.6" -uniffi = { version = "0.25" } +uniffi = { version = "0.26" } uuid = { version = "1.5.0", features = ["v4"] } thiserror = "1.0.50" @@ -56,7 +56,7 @@ crate-type = ["lib", "cdylib", "staticlib"] name = "inference_core" [build-dependencies] -uniffi = { version = "0.25", features = ["build"] } +uniffi = { version = "0.26", features = ["build"] } [dev-dependencies] -uniffi = { version = "0.25", features = ["bindgen-tests"] } +uniffi = { version = "0.26", features = ["bindgen-tests"] }