Try fixing Dependabot (#7509)

* Try fixing Dependabot

* oh come on
This commit is contained in:
Arnaud Gourlay
2025-11-10 16:29:19 +01:00
committed by timvisee
parent 6b39ff1353
commit d6459c1913

View File

@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
[dependencies]
edge = { path = ".." }
edge = { path = "../../edge" } # ".." does not play well with Dependabot
segment = { path = "../../segment", default-features = false }
shard = { path = "../../shard" }
sparse = { path = "../../sparse" }