Skip to content

v0.16.2

Compare
Choose a tag to compare
@ipetkov ipetkov released this 22 Feb 00:03
· 75 commits to master since this release
v0.16.2
03d6232

0.16.2 - 2024-02-21

Changed

  • 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 })