From d6459c19131b96ff900a6bb4ecddfb68a7a82db9 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Mon, 10 Nov 2025 16:29:19 +0100 Subject: [PATCH] Try fixing Dependabot (#7509) * Try fixing Dependabot * oh come on --- lib/edge/python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }