Skip to content

Commit a516bda

Browse files
committed
chore: Drop workspace.dependencies
Without automated checks, this will make it harder to track breaking changes.
1 parent 99e034b commit a516bda

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ include = [
1616
"examples/**/*"
1717
]
1818

19-
[workspace.dependencies]
20-
automod = "1.0.14"
21-
2219
[workspace.lints.rust]
2320
missing_docs = "warn"
2421
rust_2018_idioms = "warn"
@@ -124,7 +121,7 @@ default = []
124121
[dependencies]
125122

126123
[dev-dependencies]
127-
automod.workspace = true
124+
automod = "1.0.14"
128125

129126
[lints]
130127
workspace = true

0 commit comments

Comments
 (0)