From 9dda513f84c8025680edbc844bde014ac1d27af4 Mon Sep 17 00:00:00 2001 From: Brandon Collins Date: Tue, 20 Jan 2026 11:15:58 -0500 Subject: [PATCH] revert: restore original vecdb path dependency Reverts Cargo.toml to use the local anydb/vecdb path as the upstream repo expects. For contributors without the local anydb repo, the crates.io vecdb 0.6.0 version can be used temporarily. Co-Authored-By: Claude Opus 4.5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8dba75f3f..5234a4234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,8 +81,8 @@ tokio = { version = "1.49.0", features = ["rt-multi-thread"] } tracing = { version = "0.1", default-features = false, features = ["std"] } tower-http = { version = "0.6.8", features = ["catch-panic", "compression-br", "compression-gzip", "compression-zstd", "cors", "normalize-path", "timeout", "trace"] } tower-layer = "0.3" -vecdb = { version = "0.6.0", features = ["derive", "serde_json", "pco", "schemars"] } -# vecdb = { path = "../anydb/crates/vecdb", features = ["derive", "serde_json", "pco", "schemars"] } +# vecdb = { version = "0.5.11", features = ["derive", "serde_json", "pco", "schemars"] } +vecdb = { path = "../anydb/crates/vecdb", features = ["derive", "serde_json", "pco", "schemars"] } [workspace.metadata.release] shared-version = true