diff --git a/indextree-macros/Cargo.toml b/indextree-macros/Cargo.toml index e1e225f..21d17d8 100644 --- a/indextree-macros/Cargo.toml +++ b/indextree-macros/Cargo.toml @@ -18,4 +18,4 @@ itertools = "0.13.0" strum = { version = "0.26.3", features = ["derive"] } [dev-dependencies] -indextree = { path = "../indextree" } +indextree = { path = "../indextree", version = "4.7.1" }