Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 785 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 785 Bytes

v0.2.3

  • Add option to include lua files
  • Set LUA_ROCKSPEC_PACKAGE/LUA_ROCKSPEC_VERSION environment variables during build

v0.2.2

  • Pass correct target-dir arg to cargo instead of target (#12)

v0.2.1 (yanked)

  • Pass target_path to cargo if it's set (#9)
  • Re-enable support for LuaRocks 3.1.x (#10)

v0.2.0

This release lines up with the mlua v0.9 changes

  • Do not require lua headers or lib on Windows (modules are linked with lua5x.dll)
  • Never pass vendored feature (makes no sense in the module mode)
  • Support default_features = false option to pass --no-default-features to cargo
  • Support features option to pass additional features to cargo