Skip to content

Commit d45aa8f

Browse files
committed
chore: bump llama-core dep to 0.28.2
Signed-off-by: Xin Liu <sam@secondstate.io>
1 parent 30648a1 commit d45aa8f

2 files changed

Lines changed: 39 additions & 60 deletions

File tree

Cargo.lock

Lines changed: 38 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endpoints = { version = "=0.25.1", features = [
1616
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
1717
futures-util = "0.3"
1818
hyper = { version = "0.14", features = ["full"] }
19-
llama-core = { version = "=0.28.1", features = [
19+
llama-core = { version = "=0.28.2", features = [
2020
"logging",
2121
"rag",
2222
"index",

0 commit comments

Comments
 (0)