Skip to content

Commit a1493cb

Browse files
committed
version: bump to 0.7.5
Signed-off-by: Xin Liu <[email protected]>
1 parent 17bdba9 commit a1493cb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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,12 +1,12 @@
11
[package]
22
name = "rag-api-server"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
edition = "2021"
55

66
[dependencies]
7-
endpoints = { version = "=0.10.2" }
8-
chat-prompts = { version = "=0.10.1" }
9-
llama-core = { version = "=0.13.0", features = ["logging"] }
7+
endpoints = { version = "=0.11.0" }
8+
chat-prompts = { version = "=0.10.2" }
9+
llama-core = { version = "=0.13.1", features = ["logging"] }
1010
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
1111
serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"

0 commit comments

Comments
 (0)