From b5c7dfe667fe77008ad2ef96967a1194a056cc06 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Thu, 17 Oct 2024 15:22:43 -0400 Subject: [PATCH] fix(ac-qu-ai-nt-core): raise the minimum acceptable version of `rten` to `0.13.1` --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 65b81ef..243a0b5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -16,7 +16,7 @@ tracing = ["dep:tracing"] [dependencies] llama-cpp-2 = "0.1.82" ocrs = "0.9" -rten = "0.13" +rten = "0.13.1" snafu = { workspace = true } tracing = { workspace = true, optional = true }