github ipetkov/crane v0.16.2

latest releases: v0.16.6, v0.16.5, v0.16.4...
2 months ago

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

Don't miss a new crane release

NewReleases is sending notifications on new releases.