From 76fdf9b02b9472bfb643226d764e469e0f331ba1 Mon Sep 17 00:00:00 2001 From: Manfred Tonch Date: Thu, 6 Nov 2025 17:45:07 +0100 Subject: [PATCH] Use the local satchel-macro --- crates/satchel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/satchel/Cargo.toml b/crates/satchel/Cargo.toml index 2e03c7d..307364d 100644 --- a/crates/satchel/Cargo.toml +++ b/crates/satchel/Cargo.toml @@ -8,7 +8,7 @@ description = "Test registration and discovery crate. Satchel uses linkme for te [dependencies] linkme = "0.3" -satchel-macro = "0.3.0" +satchel-macro = { path = "../satchel-macro" } [dev-dependencies] trybuild = "1"