ndouglas / mistwood

A library for roguelikes, MUDs, and similar games combining various technologies.
The Unlicense
0 stars 0 forks source link

Bump mlua from 0.9.6 to 0.9.9 #138

Open dependabot[bot] opened 4 months ago

dependabot[bot] commented 4 months ago

Bumps mlua from 0.9.6 to 0.9.9.

Release notes

Sourced from mlua's releases.

v0.9.7

What's Changed

  • Implemented IntoLua for RegistryKey
  • Mark __idiv metamethod as available for Luau
  • Added Function::deep_clone() method (Luau)
  • Added SerializeOptions::detect_serde_json_arbitrary_precision option
  • Added Lua::create_buffer() method (Luau)
  • Support serializing buffer type as a byte slice (Luau)
  • Perf: Implemented push_into_stack/from_stack for Option<T>
  • Added Lua::create_ser_any_userdata() method

New Contributors

Full Changelog: https://github.com/mlua-rs/mlua/compare/v0.9.6...v0.9.7

Changelog

Sourced from mlua's changelog.

v0.9.9

  • Minimal Luau updated to 0.629
  • Fixed bug when attempting to reset or resume already running coroutines (#416).
  • Added RegistryKey::id() method to get the underlying Lua registry key id.

v0.9.8

  • Fixed serializing same table multiple times (#408)
  • Use mlua-sys v0.6 (to support Luau 0.624+)
  • Fixed cross compilation of windows dlls from unix (#394)

v0.9.7

  • Implemented IntoLua for RegistryKey
  • Mark __idiv metamethod as available for luau
  • Added Function::deep_clone() method (Luau)
  • Added SerializeOptions::detect_serde_json_arbitrary_precision option
  • Added Lua::create_buffer() method (Luau)
  • Support serializing buffer type as a byte slice (Luau)
  • Perf: Implemented push_into_stack/from_stack for Option<T>
  • Added Lua::create_ser_any_userdata() method
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)