mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
chore: Drop workspace.dependencies
Without automated checks, this will make it harder to track breaking changes.
This commit is contained in:
parent
99e034bbbb
commit
a516bda4ad
1 changed files with 1 additions and 4 deletions
|
@ -16,9 +16,6 @@ include = [
|
|||
"examples/**/*"
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
automod = "1.0.14"
|
||||
|
||||
[workspace.lints.rust]
|
||||
missing_docs = "warn"
|
||||
rust_2018_idioms = "warn"
|
||||
|
@ -124,7 +121,7 @@ default = []
|
|||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
automod.workspace = true
|
||||
automod = "1.0.14"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
Loading…
Reference in a new issue