fix(ac-qu-ai-nt-core): raise the minimum acceptable version of rten to 0.13.1

This commit is contained in:
J / Jacob Babich
2024-10-17 15:22:43 -04:00
parent 72a33524a5
commit b5c7dfe667

View File

@@ -16,7 +16,7 @@ tracing = ["dep:tracing"]
[dependencies] [dependencies]
llama-cpp-2 = "0.1.82" llama-cpp-2 = "0.1.82"
ocrs = "0.9" ocrs = "0.9"
rten = "0.13" rten = "0.13.1"
snafu = { workspace = true } snafu = { workspace = true }
tracing = { workspace = true, optional = true } tracing = { workspace = true, optional = true }