Skip to content

Commit

Permalink
version: bump to 0.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed May 25, 2024
1 parent 70d5179 commit 1f07cad
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.6.1"
version = "0.6.2"
edition = "2021"

[dependencies]
llama-core = { version = "=0.11.0" }
llama-core = { version = "=0.11.1" }
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 1f07cad

Please sign in to comment.