mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 14:24: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/**/*"
|
"examples/**/*"
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.dependencies]
|
|
||||||
automod = "1.0.14"
|
|
||||||
|
|
||||||
[workspace.lints.rust]
|
[workspace.lints.rust]
|
||||||
missing_docs = "warn"
|
missing_docs = "warn"
|
||||||
rust_2018_idioms = "warn"
|
rust_2018_idioms = "warn"
|
||||||
|
@ -124,7 +121,7 @@ default = []
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
automod.workspace = true
|
automod = "1.0.14"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
Loading…
Reference in a new issue