diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index 9721112f3..2576e8b90 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -34,5 +34,5 @@ uuid = { version = "1", features = ["v4"] } workspace-hack = { version = "0.1", path = "../../workspace-hack" } [dev-dependencies] -test-macros = { path = "../test-macros" } tempfile = "3" +test-macros = { path = "../test-macros" } diff --git a/crates/xline/Cargo.toml b/crates/xline/Cargo.toml index 0d2706f71..7621dfb55 100644 --- a/crates/xline/Cargo.toml +++ b/crates/xline/Cargo.toml @@ -86,7 +86,7 @@ mockall = "0.12.1" rand = "0.8.5" strum = "0.26" strum_macros = "0.26.4" +tempfile = "3" test-macros = { path = "../test-macros" } xline-client = { path = "../xline-client" } xline-test-utils = { path = "../xline-test-utils" } -tempfile = "3"