Skip to content

Commit

Permalink
version: bump to 0.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Apr 23, 2024
1 parent 3bccb66 commit 603f203
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,6 +1,6 @@
[package]
name = "rag-api-server"
version = "0.3.4"
version = "0.3.5"
edition = "2021"

[dependencies]
Expand All @@ -9,7 +9,7 @@ futures = { version = "0.3.6", default-features = false, features = ["async-awai
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
endpoints = { version = "=0.7.0" }
chat-prompts = { version = "=0.6.0" }
chat-prompts = { version = "=0.6.1" }
serde_yaml = "0.9"
hyper_wasi = { version = "0.15", features = ["full"] }
tokio_wasi = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 603f203

Please sign in to comment.