Skip to content

Commit 9bcd55c

Browse files
authored
Merge pull request #459 from epage/deps
chore: Move automod to dev-deps
2 parents 00732af + 67c1cd1 commit 9bcd55c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

crates/trycmd/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ name = "trycmd-schema"
4242
required-features = ["schema"]
4343

4444
[dependencies]
45-
automod = "1.0.16"
4645
snapbox = { path = "../snapbox", version = "1.2.2", default-features = false, features = ["cmd"] }
4746
anstream = { version = "1.0.0", optional = true }
4847

@@ -59,5 +58,8 @@ escargot = { version = "0.5.15", optional = true }
5958
schemars = { version = "1.2.1", features = ["preserve_order"], optional = true }
6059
serde_json = { version = "1.0", optional = true }
6160

61+
[dev-dependencies]
62+
automod = "1.0.16"
63+
6264
[lints]
6365
workspace = true

0 commit comments

Comments
 (0)