fix(deps): update rust crate mlua to 0.11 #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10->0.11Release Notes
mlua-rs/mlua (mlua)
v0.11.5Compare Source
Lua::set_memory_categoryandLua::heap_dumpfunctions to profile (Luau) memoryLua::type_metatablehelper to get metatable of a primitive typeLua::tracebackfunction to generate stack traces at different levelsadd_method_once/add_async_method_onceUserData methods (experimental)AnyUserData::type_namepublicIntoLuaMultifor&MultiValuev0.11.4Compare Source
Value::to_serializablepublicdetect_mixed_tables(to encode mixed array+map tables)ObjectLike::get_pathhelper (for tables and userdata)v0.11.3Compare Source
Lua::yield_withto use ascoroutine.yieldfunctional replacement in async functions for any LuaBuffer::cursormethod (Luau)Lua::create_buffer_with_capacitymethod (Luau)v0.11.2Compare Source
Variadic<T>-0.0(#618)v0.11.1Compare Source
Lua::push_c_functionnow correctly handles OOM for Lua 5.1 and Luauv0.11.0Compare Source
Changes since v0.11.0-beta.3
externalmlua-sys feature flagLua::inspect_stacktakes a callback with&Debugargument, instead of returningDebugdirectlyDebug::functionmethod to get function running at a given levelDebug::curr_lineis deprecated in favour ofDebug::current_linethat returnsOption<usize>Lua::set_globalsmethod to replace global environmentTable::set_metatablenow returnsResult<()>(this operation can fail in sandboxed Luau mode)impl ToStringreplaced withInto<StdString>inUserDataregistrationValue::as_strandValue::as_string_lossymethods are deprecated (as they are non-idiomatic)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.