Skip to content

Commit

Permalink
Merge pull request #4 from unit-mesh/dependabot/cargo/uniffi-0.27
Browse files Browse the repository at this point in the history
chore(deps): update uniffi requirement from 0.26 to 0.27
  • Loading branch information
phodal authored Mar 27, 2024
2 parents 0c16c2b + 2e39502 commit 64a18dc
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.26.0", default-features = false, features = ["bindgen"] }
uniffi = { version = "0.27.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.26" }
uniffi = { version = "0.27" }
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.26", features = ["build"] }
uniffi = { version = "0.27", features = ["build"] }

[dev-dependencies]
uniffi = { version = "0.26", features = ["bindgen-tests"] }
uniffi = { version = "0.27", features = ["bindgen-tests"] }

0 comments on commit 64a18dc

Please sign in to comment.