Skip to content

v0.16.1

Compare
Choose a tag to compare
@ipetkov ipetkov released this 28 Jan 20:24
· 93 commits to master since this release
v0.16.1
fe812ef

0.16.1 - 2024-01-28

Changed

  • buildDepsOnly now ignores any outputs (besides the default out)

Fixed

  • buildDepsOnly no longer fails when workspace is configured with
    #[deny(unused-extern-crates)]
  • vendorCargoDeps (and friends) are now much more friendly to
    cross-compilation definitions. Specifically, source vendoring will always
    build dependencies to run on the build machine (and not for the host we're
    cross compiling to).