aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-11-12 20:21:21 +0100
committerHampusM <hampus@hampusmat.com>2022-11-12 20:21:21 +0100
commit6a8fb450b5ac3e365455abe783757b7376bd1b08 (patch)
tree3feea823bc1420fbcea5f097fd9f309af5744cef /macros/Cargo.toml
parent7793779ce197fa0c917d0ef312bfa9bcfcb64790 (diff)
test: replace the test_util_macros crate with utility-macros
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }