Update dependency rustler to v0.38.0 #6

Open
renovate wants to merge 1 commit from renovate/rustler-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
rustler (source) prod minor ~> 0.36.1~> 0.38.0
rustler dependencies minor 0.36.10.38.0

Release Notes

rusterlium/rustler (rustler)

v0.38.0

Compare Source

Added
  • Add Term::size on Erlang 29 = nif_version_2_18 (#​731)
  • Add from_iter to NewBinary (#​704)
  • Use direct UTF-8 atom support on nif_version_2_17 (#​732)
  • Allow the path to the binary that carries the enif_* symbols to be passed
    directly to work around Android's broken RTLD_GLOBAL (#​733)
  • Allow deserialize_seq to deserialize binaries (#​708)
Fixed
Changed
  • Along with UTF-8 support, introduce new signatures for atom creation and
    deprecate the old ones (#​732)
Removed
  • Drop deprecated codegen features (#​701)

v0.37.3

Compare Source

Added
  • Add missing inline and From<Binary> for Term (#​719)
Fixed

v0.37.1

Compare Source

Fixed
  • Fix required Elixir version (>= 1.15) in rustler_mix
  • Fix missing chdir in rustler_mix when compiling in a subdirectory (#​706)

v0.37.0

Compare Source

Added
  • Add staticlib feature to compile without nif_init and add {pkg}_nif_init
    symbol (#​688)
  • Add IntoIterator to OwnedBinary (#​702, thanks aDifferentJT)
Fixed
  • Set ErlNifEntry.min_erts to a placeholder value (#​703)
Changed
  • Refactor build logic to remove TOML dependency (#​691)
  • Use inline on commonly used functions (#​475, thanks @​joshuataylor)
  • Make EnifAllocator available even if the allocator feature is not enabled

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • Between 09:00 AM and 09:59 AM (* 9 * * *)
  • 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 these updates again.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rustler](https://hex.pm/packages/rustler) ([source](https://github.com/rusterlium/rustler)) | prod | minor | `~> 0.36.1` → `~> 0.38.0` | | [rustler](https://crates.io/crates/rustler) | dependencies | minor | `0.36.1` → `0.38.0` | --- ### Release Notes <details> <summary>rusterlium/rustler (rustler)</summary> ### [`v0.38.0`](https://github.com/rusterlium/rustler/blob/HEAD/CHANGELOG.md#0380---2026-05-25) [Compare Source](https://github.com/rusterlium/rustler/compare/rustler-0.37.3...rustler-0.38.0) ##### Added - Add `Term::size` on Erlang 29 = `nif_version_2_18` ([#&#8203;731](https://github.com/rusterlium/rustler/issues/731)) - Add `from_iter` to `NewBinary` ([#&#8203;704](https://github.com/rusterlium/rustler/issues/704)) - Use direct UTF-8 atom support on `nif_version_2_17` ([#&#8203;732](https://github.com/rusterlium/rustler/issues/732)) - Allow the path to the binary that carries the `enif_*` symbols to be passed directly to work around Android's broken `RTLD_GLOBAL` ([#&#8203;733](https://github.com/rusterlium/rustler/issues/733)) - Allow `deserialize_seq` to deserialize binaries ([#&#8203;708](https://github.com/rusterlium/rustler/issues/708)) ##### Fixed ##### Changed - Along with UTF-8 support, introduce new signatures for atom creation and deprecate the old ones ([#&#8203;732](https://github.com/rusterlium/rustler/issues/732)) ##### Removed - Drop deprecated codegen features ([#&#8203;701](https://github.com/rusterlium/rustler/issues/701)) ### [`v0.37.3`](https://github.com/rusterlium/rustler/blob/HEAD/CHANGELOG.md#0373---2026-02-11) [Compare Source](https://github.com/rusterlium/rustler/compare/rustler-0.37.1...rustler-0.37.3) ##### Added - Add missing inline and `From<Binary>` for `Term` ([#&#8203;719](https://github.com/rusterlium/rustler/issues/719)) ##### Fixed - Add no\_artifacts compiler message ([#&#8203;721](https://github.com/rusterlium/rustler/issues/721), thanks [@&#8203;chgeuer](https://github.com/chgeuer)) ### [`v0.37.1`](https://github.com/rusterlium/rustler/blob/HEAD/CHANGELOG.md#0371---2025-09-10) [Compare Source](https://github.com/rusterlium/rustler/compare/rustler-0.37.0...rustler-0.37.1) ##### Fixed - Fix required Elixir version (>= 1.15) in `rustler_mix` - Fix missing `chdir` in `rustler_mix` when compiling in a subdirectory ([#&#8203;706](https://github.com/rusterlium/rustler/issues/706)) ### [`v0.37.0`](https://github.com/rusterlium/rustler/blob/HEAD/CHANGELOG.md#0370---2025-09-09) [Compare Source](https://github.com/rusterlium/rustler/compare/rustler-0.36.2...rustler-0.37.0) ##### Added - Add `staticlib` feature to compile without `nif_init` and add `{pkg}_nif_init` symbol ([#&#8203;688](https://github.com/rusterlium/rustler/issues/688)) - Add `IntoIterator` to `OwnedBinary` ([#&#8203;702](https://github.com/rusterlium/rustler/issues/702), thanks aDifferentJT) ##### Fixed - Set `ErlNifEntry.min_erts` to a placeholder value ([#&#8203;703](https://github.com/rusterlium/rustler/issues/703)) ##### Changed - Refactor build logic to remove TOML dependency ([#&#8203;691](https://github.com/rusterlium/rustler/issues/691)) - Use `inline` on commonly used functions ([#&#8203;475](https://github.com/rusterlium/rustler/issues/475), thanks [@&#8203;joshuataylor](https://github.com/joshuataylor)) - Make `EnifAllocator` available even if the `allocator` feature is not enabled </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/London) - Branch creation - Between 09:00 AM and 09:59 AM (`* 9 * * *`) - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42Mi4zIiwidXBkYXRlZEluVmVyIjoiNDMuMjI2LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate changed title from Update dependency rustler to Update dependency rustler to ~> 0.37.0 2025-11-18 20:45:56 +00:00
renovate changed title from Update dependency rustler to ~> 0.37.0 to Update dependency rustler 2025-11-18 21:46:43 +00:00
renovate changed title from Update dependency rustler to Update dependency rustler to v0.37.3 2026-04-23 13:22:45 +00:00
renovate changed title from Update dependency rustler to v0.37.3 to Update dependency rustler 2026-05-04 18:27:44 +00:00
renovate force-pushed renovate/rustler-0.x from b5735db841 to 6a6c6e0428 2026-05-25 14:50:21 +00:00 Compare
renovate changed title from Update dependency rustler to Update dependency rustler to v0.38.0 2026-05-25 15:49:38 +00: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/rustler-0.x:renovate/rustler-0.x
git switch renovate/rustler-0.x

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 switch main
git merge --no-ff renovate/rustler-0.x
git switch renovate/rustler-0.x
git rebase main
git switch main
git merge --ff-only renovate/rustler-0.x
git switch renovate/rustler-0.x
git rebase main
git switch main
git merge --no-ff renovate/rustler-0.x
git switch main
git merge --squash renovate/rustler-0.x
git switch main
git merge --ff-only renovate/rustler-0.x
git switch main
git merge renovate/rustler-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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
wizardfrag/gamedigex!6
No description provided.