ci(rust): bump mlua from 0.11.6 to 0.12.0#50
Conversation
Bumps [mlua](https://github.com/mlua-rs/mlua) from 0.11.6 to 0.12.0. - [Release notes](https://github.com/mlua-rs/mlua/releases) - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md) - [Commits](mlua-rs/mlua@v0.11.6...v0.12.0) --- updated-dependencies: - dependency-name: mlua dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Triage: ✅ Accept (lightweight review)TL;DR: CI passed; shell's mlua usage is narrow and unaffected by 0.12.0's breaking changes. Safe to merge. AnalysisWhat changedmlua 0.12.0 reorganized the public API into focused submodules and refactored the garbage-collector interface ( Why it's safe for shellShell's lua.rs uses only basic mlua types, all prelude-stable:
The breaking changes target advanced features shell doesn't use:
Risk mitigation✓ CI already passed (Dependabot runs checks before opening PR) RecommendationRoute: Lightweight review → merge
|
Bumps mlua from 0.11.6 to 0.12.0.
Release notes
Sourced from mlua's releases.
... (truncated)
Changelog
Sourced from mlua's changelog.
Commits
8eddf85v0.12.046d3783Update CHANGELOG7ddcdc1AddTable::remove6b19eebMakeVmStateas non_exhaustiveb64da48MakeNavigateErroras non_exhaustive (Luau)cddbcc5Refactor crate-root re-exports and drop hidden backward-compat aliases1af17ecVarious doc updates and refinementeef5985Rename LuaJitOptions to LuauJitOptions in prelude9099d5fRenameJitOptions::set_inlinertoJitOptions::inlinerfor consistency34825d6FixLua::gc_set_modepanic when GC is internally stopped (Lua 5.4/5.5)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)