Skip to content

Commit

Permalink
chore(deps): update uniffi requirement from 0.25 to 0.26
Browse files Browse the repository at this point in the history
Updates the requirements on [uniffi](https://github.com/mozilla/uniffi-rs) to permit the latest version.
- [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md)
- [Commits](mozilla/uniffi-rs@v0.25.2...0.26.0)

---
updated-dependencies:
- dependency-name: uniffi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent 049a590 commit 5745d62
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 5745d62

Please sign in to comment.