github ipetkov/crane v0.12.1

latest releases: v0.19.0, v0.18.1, v0.18.0...
17 months ago

0.12.1 - 2023-04-10

Added

  • vendorMultipleCargoDeps can now be used to vendor crates from multiple
    distinct Cargo.lock files. Notably this allows for building the standard
    library (via -Z build-std or equivalent) since both the project's
    and the Rust toolchain's Cargo.lock files can be vendored together

Changed

  • vendorCargoRegistries now accepts a registries parameter from the caller.
    If not specified, it will be computed via cargoConfigs. Also cargoConfigs
    is now an optional parameter which will default to [] if not specified.

Fixed

  • vendorCargoDeps correctly accepts arguments which have not set src, so
    long as one of cargoLock, cargoLockContents, or cargoLockParsed is set

Don't miss a new crane release

NewReleases is sending notifications on new releases.