philss / rustler_precompiled

Use precompiled NIFs from trusted sources in your Elixir code
181 stars 25 forks source link

Make sure `:nif_versions` option is respect #60

Closed philss closed 12 months ago

philss commented 12 months ago

This is a small bug fix that was blocking the usage of a more restrict list of "NIF versions". For example, if my system is using NIF version 2.16, but I want to be compatible with only version 2.15, this was being ignored, since the algorithm for finding compatible versions was not taking into account this restriction.

philss commented 12 months ago

It was already released. I opened a branch from the v0.6.2 tag, and added these changes.