github ipetkov/crane v0.11.3

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

0.11.3 - 2023-02-19

Fixed

  • Fixed an unintentional cache invalidation whenever buildDepsOnly would run
    on an unfiltered source (like src = ./.;).

Changed

  • A warning will now be emitted if a derivation's pname or version
    attributes are not set and the value cannot be loaded from the derivation's
    root Cargo.toml. To resolve it consider setting pname = "..."; or version = "..."; explicitly on the derivation.
  • A warning will now be emitted if src and dummySrc are passed to
    buildDepsOnly as dummySrc will take priority

Don't miss a new crane release

NewReleases is sending notifications on new releases.