Skip to content

Commit

Permalink
Merge pull request #1 from unit-mesh/dependabot/cargo/uniffi-0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal authored Jan 25, 2024
2 parents 049a590 + 5745d62 commit 9e3e899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion embedded-uniffi-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
6 changes: 3 additions & 3 deletions enfer_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"] }

0 comments on commit 9e3e899

Please sign in to comment.