1
Fork 0
generated from lucas/rust-template
Code Issues 1 Pull requests 9 Activity
Var Dump:
dumpVar: only available in dev mode
Mailing List

Update Rust crate mlua to v0.10.3 #9

Open
renovate-bot wants to merge 1 commit from renovate/mlua-0.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
mlua dependencies patch 0.10.0 -> 0.10.3

Release Notes

khvzak/mlua (mlua)

v0.10.3

  • Set Default for Value to be Nil
  • Allow exhaustive match on Value (#​502)
  • Add Table::set_safeenv method (Luau)

v0.10.2

Compare Source

  • Switch proc-macro-error to proc-macro-error2 (#​493)
  • Do not allow Lua to run GC finalizers on ref thread (#​491)
  • Fix chunks loading in Luau when memory limit is enforced (#​488)
  • Added String::wrap method to wrap arbitrary AsRef<[u8]> into impl IntoLua
  • Better FreeBSD/OpenBSD support (thanks to cos)
  • Delay "any" userdata metatable creation until first instance is created (#​482)
  • Reduce amount of generated code for UserData (less generics)

v0.10.1

Compare Source

  • Minimal Luau updated to 0.650
  • Added Luau native vector library support (this can change behavior if you use vector function!)
  • Added Lua String::display method
  • Improved pretty-printing for Lua tables (#​478)
  • Added Scope::create_any_userdata to create Lua objects from any non-'static Rust types
  • Added AnyUserData::destroy method
  • New userdata-wrappers feature to impl UserData for Rc<T>/Arc<T>/Rc<RefCell<T>>/Arc<Mutex<T>> (similar to v0.9)
  • UserDataRef in send mode now uses shared lock if T: Sync (and exclusive lock otherwise)
  • Added Scope::add_destructor to attach custom destructors
  • Added Lua::try_app_data_ref and Lua::try_app_data_mut methods
  • Added From<Vec> and Into<Vec> support to MultiValue and Variadic types
  • Bug fixes and improvements (#​477 #​479)

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mlua](https://github.com/khvzak/mlua) | dependencies | patch | `0.10.0` -> `0.10.3` | --- ### Release Notes <details> <summary>khvzak/mlua (mlua)</summary> ### [`v0.10.3`](https://github.com/khvzak/mlua/blob/HEAD/CHANGELOG.md#v0103-Jan-27th-2025) - Set `Default` for `Value` to be `Nil` - Allow exhaustive match on `Value` ([#&#8203;502](https://github.com/khvzak/mlua/issues/502)) - Add `Table::set_safeenv` method (Luau) ### [`v0.10.2`](https://github.com/khvzak/mlua/blob/HEAD/CHANGELOG.md#v0102-Dec-1st-2024) [Compare Source](https://github.com/khvzak/mlua/compare/v0.10.1...v0.10.2) - Switch proc-macro-error to proc-macro-error2 ([#&#8203;493](https://github.com/khvzak/mlua/issues/493)) - Do not allow Lua to run GC finalizers on ref thread ([#&#8203;491](https://github.com/khvzak/mlua/issues/491)) - Fix chunks loading in Luau when memory limit is enforced ([#&#8203;488](https://github.com/khvzak/mlua/issues/488)) - Added `String::wrap` method to wrap arbitrary `AsRef<[u8]>` into `impl IntoLua` - Better FreeBSD/OpenBSD support (thanks to cos) - Delay "any" userdata metatable creation until first instance is created ([#&#8203;482](https://github.com/khvzak/mlua/issues/482)) - Reduce amount of generated code for `UserData` (less generics) ### [`v0.10.1`](https://github.com/khvzak/mlua/blob/HEAD/CHANGELOG.md#v0101-Nov-9th-2024) [Compare Source](https://github.com/khvzak/mlua/compare/v0.10.0...v0.10.1) - Minimal Luau updated to 0.650 - Added Luau native vector library support (this can change behavior if you use `vector` function!) - Added Lua `String::display` method - Improved pretty-printing for Lua tables ([#&#8203;478](https://github.com/khvzak/mlua/issues/478)) - Added `Scope::create_any_userdata` to create Lua objects from any non-`'static` Rust types - Added `AnyUserData::destroy` method - New `userdata-wrappers` feature to `impl UserData` for `Rc<T>`/`Arc<T>`/`Rc<RefCell<T>>`/`Arc<Mutex<T>>` (similar to v0.9) - `UserDataRef` in `send` mode now uses shared lock if `T: Sync` (and exclusive lock otherwise) - Added `Scope::add_destructor` to attach custom destructors - Added `Lua::try_app_data_ref` and `Lua::try_app_data_mut` methods - Added `From<Vec>` and `Into<Vec>` support to `MultiValue` and `Variadic` types - Bug fixes and improvements ([#&#8203;477](https://github.com/khvzak/mlua/issues/477) [#&#8203;479](https://github.com/khvzak/mlua/issues/479)) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-04-11 16:13:45 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mlua-0.x-lockfile:renovate/mlua-0.x-lockfile
git checkout renovate/mlua-0.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/mlua-0.x-lockfile
git checkout renovate/mlua-0.x-lockfile
git rebase master
git checkout master
git merge --ff-only renovate/mlua-0.x-lockfile
git checkout renovate/mlua-0.x-lockfile
git rebase master
git checkout master
git merge --no-ff renovate/mlua-0.x-lockfile
git checkout master
git merge --squash renovate/mlua-0.x-lockfile
git checkout master
git merge --ff-only renovate/mlua-0.x-lockfile
git checkout master
git merge renovate/mlua-0.x-lockfile
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lucas/ntfy-collector#9
No description provided.