Skip to content

Commit

Permalink
version: bump to 0.9.7
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Sep 27, 2024
1 parent 583ee07 commit b564f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rag-api-server"
version = "0.9.6"
version = "0.9.7"
edition = "2021"

[dependencies]
Expand All @@ -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.1", features = ["logging"] }
llama-core = { version = "=0.19.0", 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 b564f75

Please sign in to comment.