From 67c1cd13a48bc2cfc5e0c31c32cc394501f838ce Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 21 Jul 2026 16:44:26 -0500 Subject: [PATCH] chore: Move automod to dev-deps --- crates/trycmd/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/trycmd/Cargo.toml b/crates/trycmd/Cargo.toml index 7f847ff7..1aa5a506 100644 --- a/crates/trycmd/Cargo.toml +++ b/crates/trycmd/Cargo.toml @@ -42,7 +42,6 @@ name = "trycmd-schema" required-features = ["schema"] [dependencies] -automod = "1.0.16" snapbox = { path = "../snapbox", version = "1.2.2", default-features = false, features = ["cmd"] } anstream = { version = "1.0.0", optional = true } @@ -59,5 +58,8 @@ escargot = { version = "0.5.15", optional = true } schemars = { version = "1.2.1", features = ["preserve_order"], optional = true } serde_json = { version = "1.0", optional = true } +[dev-dependencies] +automod = "1.0.16" + [lints] workspace = true