Skip to content

Commit

Permalink
version: bump to 0.7.5
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jul 25, 2024
1 parent 17bdba9 commit a1493cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "rag-api-server"
version = "0.7.4"
version = "0.7.5"
edition = "2021"

[dependencies]
endpoints = { version = "=0.10.2" }
chat-prompts = { version = "=0.10.1" }
llama-core = { version = "=0.13.0", features = ["logging"] }
endpoints = { version = "=0.11.0" }
chat-prompts = { version = "=0.10.2" }
llama-core = { version = "=0.13.1", features = ["logging"] }
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit a1493cb

Please sign in to comment.