Skip to content

Commit

Permalink
version: bump to 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed May 9, 2024
1 parent ae82a99 commit a635002
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 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,15 +1,15 @@
[package]
name = "rag-api-server"
version = "0.4.0"
version = "0.5.0"
edition = "2021"

[dependencies]
llama-core = { version = "=0.8.0" }
llama-core = { version = "=0.9.0" }
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
endpoints = { version = "=0.7.1" }
chat-prompts = { version = "=0.7.0" }
endpoints = { version = "=0.8.0" }
chat-prompts = { version = "=0.7.1" }
serde_yaml = "0.9"
hyper_wasi = { version = "0.15", features = ["full"] }
tokio_wasi = { version = "1", features = ["full"] }
Expand Down

0 comments on commit a635002

Please sign in to comment.