Skip to content

0.2.0

Compare
Choose a tag to compare
@Lupus Lupus released this 16 Oct 16:29
· 11 commits to main since this release

CHANGES:

Added

  • rust-staticlib-gen

    • Ensure we generate code for compatible versions of libs/tools
  • dune-cargo-build

    • Emit debug output and exit with error when no artifacts are copied
    • Add -help option and detailed usage
    • Pass --offline to cargo only if network is unavailable (checks crates.io:443)
    • Add support for manifest path along with crate name to specify what to build
    • Add support for passing arbitrary flags to cargo after "--"
    • Add --profile flag to select release/debug build for cargo (compatible with dune profile naming)

Fixed

  • rust-staticlib-gen
    • Fix opam lib initialization (was not working in CI)