Skip to content

Commit de2c96e

Browse files
committed
chore: update endpoints dep
Signed-off-by: Xin Liu <sam@secondstate.io>
1 parent d03ff55 commit de2c96e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
2-
name = "kw-search-server"
2+
name = "kw-search-server"
33
version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
77
axum = { version = "0.8.1", features = ["json", "multipart"] }
88
clap = { version = "4.5", features = ["derive"] }
9-
endpoints = { version = "=0.24.0", features = [
9+
endpoints = { version = "=0.25.1", features = [
1010
"rag",
1111
"index",
12-
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-kw-search" }
12+
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-mcp-client" }
1313
http = "1.2.0"
1414
once_cell = "1.18"
1515
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)