We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e034b commit a516bdaCopy full SHA for a516bda
1 file changed
Cargo.toml
@@ -16,9 +16,6 @@ include = [
16
"examples/**/*"
17
]
18
19
-[workspace.dependencies]
20
-automod = "1.0.14"
21
-
22
[workspace.lints.rust]
23
missing_docs = "warn"
24
rust_2018_idioms = "warn"
@@ -124,7 +121,7 @@ default = []
124
121
[dependencies]
125
122
126
123
[dev-dependencies]
127
-automod.workspace = true
+automod = "1.0.14"
128
129
[lints]
130
workspace = true
0 commit comments