diff --git a/crates/ruvector-rulake/Cargo.toml b/crates/ruvector-rulake/Cargo.toml index 2c6bcecfc..ad4d2efc0 100644 --- a/crates/ruvector-rulake/Cargo.toml +++ b/crates/ruvector-rulake/Cargo.toml @@ -13,7 +13,7 @@ name = "rulake-demo" path = "src/bin/rulake-demo.rs" [dependencies] -ruvector-rabitq = { path = "../ruvector-rabitq" } +ruvector-rabitq = { path = "../ruvector-rabitq", version = "2.2" } serde = { workspace = true } serde_json = "1" thiserror = { workspace = true }