Skip to content

Commit eeea008

Browse files
committed
chore: upgrade llama-core to 0.19.2
Signed-off-by: Xin Liu <[email protected]>
1 parent 3733ec3 commit eeea008

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -13,7 +13,7 @@ endpoints = { version = "=0.15.0" }
1313
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
1414
futures-util = "0.3"
1515
hyper = { version = "0.14", features = ["full"] }
16-
llama-core = { version = "=0.19.1", features = ["logging"] }
16+
llama-core = { version = "=0.19.2", features = ["logging"] }
1717
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
1818
mime_guess = "2.0.4"
1919
multipart-2021 = "0.19.0"

0 commit comments

Comments
 (0)