From 6a8fb450b5ac3e365455abe783757b7376bd1b08 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 12 Nov 2022 20:21:21 +0100 Subject: test: replace the test_util_macros crate with utility-macros --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 2434028..4028263 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -33,4 +33,4 @@ syrette = { version = "0.4.1", path = ".." } mockall = "0.11.1" pretty_assertions = "1.3.0" syn = { version = "1.0.96", features = ["full", "extra-traits"] } -test_util_macros = { path = "../test_util_macros" } +utility-macros = { git = "https://git.hampusmat.com/utility-macros" } -- cgit v1.2.3-18-g5258