Skip to content

Commit 66e54d3

Browse files
committed
version: bump to 0.9.3
Signed-off-by: Xin Liu <[email protected]>
1 parent 0b657d3 commit 66e54d3

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

Cargo.lock

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
[package]
22
name = "rag-api-server"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
edition = "2021"
55

66
[dependencies]
77
anyhow = "1.0.80"
8-
chat-prompts = { version = "=0.13.0", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
8+
chat-prompts = { version = "=0.14.0" }
99
chrono = "0.4.38"
1010
clap = { version = "4.4.6", features = ["cargo"] }
1111
either = "1.12.0"
12-
endpoints = { version = "=0.13.1", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
12+
endpoints = { version = "=0.14.0" }
1313
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
1414
futures-util = "0.3"
1515
hyper = { version = "0.14", features = ["full"] }
16-
llama-core = { version = "=0.16.1", features = [
17-
"logging",
18-
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
16+
llama-core = { version = "=0.17.0", features = ["logging"] }
1917
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
2018
mime_guess = "2.0.4"
2119
multipart-2021 = "0.19.0"

0 commit comments

Comments
 (0)