Skip to content

Commit eb0c73d

Browse files
committed
version: bump to 0.6.3
Signed-off-by: Xin Liu <[email protected]>
1 parent c219874 commit eb0c73d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 3 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "rag-api-server"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2021"
55

66
[dependencies]
7-
llama-core = { version = "=0.11.1" }
7+
endpoints = { version = "=0.8.0" }
8+
chat-prompts = { version = "=0.8.0" }
9+
llama-core = { version = "=0.11.2", features = ["logging"] }
810
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
911
serde = { version = "1.0", features = ["derive"] }
1012
serde_json = "1.0"
11-
endpoints = { version = "=0.8.0" }
12-
chat-prompts = { version = "=0.8.0" }
1313
serde_yaml = "0.9"
1414
hyper_wasi = { version = "0.15", features = ["full"] }
1515
tokio_wasi = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)