From 8b5982fbf8346e801b78ae54f8108594bacfab8a Mon Sep 17 00:00:00 2001 From: philbucher Date: Fri, 5 Dec 2025 03:07:55 +0100 Subject: [PATCH] use macros from crates.io --- mpi_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpi_test/Cargo.toml b/mpi_test/Cargo.toml index 54a3839..04108dd 100644 --- a/mpi_test/Cargo.toml +++ b/mpi_test/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true version.workspace = true [dependencies] -mpi_test_macros = { version = "0.1.0", path = "../mpi_test_macros" } +mpi_test_macros = { version = "0.1.0" } [dev-dependencies] mpi = "0.8"