diff --git a/Cargo.toml b/Cargo.toml index 9e0029c8..a9d8edc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ tree-sitter-rust = { version = "0.24", optional = true } tree-sitter-scala = { version = "0.23", optional = true } tree-sitter-typescript = { version = "0.23", optional = true } qdrant-client = { version = "1.10.1", optional = true } -ollama-rs = { version = "0.2.0", optional = true, features = [ +ollama-rs = { version = "0.3.0", optional = true, features = [ "stream", "chat-history", ] }