Skip to content

Commit

Permalink
version: bump to 0.3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Apr 26, 2024
1 parent caa4c34 commit 25cee04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

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

[dependencies]
llama-core = { version = "=0.7.3" }
llama-core = { version = "=0.7.4" }
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 25cee04

Please sign in to comment.