You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cleanCargoToml now also strips out [lints] and [workspace.lints]
definitions. This means avoiding unnecessarily rebuilding dependencies when
the lint definitions change, and it avoids issues with failing to build
dummified sources which might have violated a lint marked as deny or forbid
Fixed
Fixed an edge case with inheriting workspace dependencies where the workspace
dependency is a string (e.g. foo = "0.1.2") but the crate definition is a
table (e.g. foo = { workspace = true, optional = true })