Skip to content

Commit

Permalink
version: bump to 0.9.3
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Sep 12, 2024
1 parent 0b657d3 commit 66e54d3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
20 changes: 12 additions & 8 deletions Cargo.lock

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

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

[dependencies]
anyhow = "1.0.80"
chat-prompts = { version = "=0.13.0", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
chat-prompts = { version = "=0.14.0" }
chrono = "0.4.38"
clap = { version = "4.4.6", features = ["cargo"] }
either = "1.12.0"
endpoints = { version = "=0.13.1", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
endpoints = { version = "=0.14.0" }
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.16.1", features = [
"logging",
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
llama-core = { version = "=0.17.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 66e54d3

Please sign in to comment.