mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-22 19:56:25 +00:00
fix: add version spec to ruvector-snapshot path dependency
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
058b32db0d
commit
5409bdd67f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ readme = "README.md"
|
|||
description = "Point-in-time snapshots and backup for Ruvector vector databases"
|
||||
|
||||
[dependencies]
|
||||
ruvector-core = {path = "../ruvector-core" }
|
||||
ruvector-core = { version = "2.0", path = "../ruvector-core" }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
bincode = { workspace = true, features = ["serde"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue