Skip to content

Commit

Permalink
chore: upgrade llama-core to 0.18.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Sep 26, 2024
1 parent a74c8f0 commit 1d3c07f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endpoints = { version = "=0.14.2" }
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
futures-util = "0.3"
hyper = { version = "0.14", features = ["full"] }
llama-core = { version = "=0.18.0", features = ["logging"] }
llama-core = { version = "=0.18.1", features = ["logging"] }
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
mime_guess = "2.0.4"
multipart-2021 = "0.19.0"
Expand Down

0 comments on commit 1d3c07f

Please sign in to comment.