Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Aug 19, 2024
1 parent be4428d commit b09acc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = "0.8.2"
edition = "2021"

[dependencies]
endpoints = { version = "=0.12.0", path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/endpoints" }
chat-prompts = { version = "=0.11.1", path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/chat-prompts" }
llama-core = { version = "=0.14.1", features = [
endpoints = { version = "=0.13.0", path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/endpoints" }
chat-prompts = { version = "=0.11.2", path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/chat-prompts" }
llama-core = { version = "=0.15.0", features = [
"logging",
], path = "/Volumes/Dev/secondstate/me/LlamaEdge/api-server/llama-core" }
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
Expand Down

0 comments on commit b09acc6

Please sign in to comment.