chore: move dev dependencies to workspace#6966
Conversation
CodSpeed Performance ReportMerging #6966 will not alter performanceComparing Summary
|
zees-dev
left a comment
There was a problem hiding this comment.
LGTM 👍
Minor improvement commented on the previous PR: #6955 (comment)
Not required though.
Apparently workspace members can only inherit workspace dependencies, not dev dependencies (even as dev dependencies). I can't find it in the documentation anywhere, but if you try adding it to a dev-dependencies section in the root Cargo.toml, and use |
Interesting I did not know about this; thanks! |
Description
Moves dev dependencies to the workspace Cargo.toml for consistent versions in tests.
Inspired by #6955
Checklist
Breaking*orNew Featurelabels where relevant.