Skip to content

Commit a635002

Browse files
committed
version: bump to 0.5.0
Signed-off-by: Xin Liu <[email protected]>
1 parent ae82a99 commit a635002

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55

66
[dependencies]
7-
llama-core = { version = "=0.8.0" }
7+
llama-core = { version = "=0.9.0" }
88
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
99
serde = { version = "1.0", features = ["derive"] }
1010
serde_json = "1.0"
11-
endpoints = { version = "=0.7.1" }
12-
chat-prompts = { version = "=0.7.0" }
11+
endpoints = { version = "=0.8.0" }
12+
chat-prompts = { version = "=0.7.1" }
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)