diff --git a/lib/edge/python/Cargo.toml b/lib/edge/python/Cargo.toml index e02da15ccc..8263350d88 100644 --- a/lib/edge/python/Cargo.toml +++ b/lib/edge/python/Cargo.toml @@ -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" }