rusterlium/html5ever_elixir

Error during build of "Unsupported Erlang version." with OTP 21.1.1

OvermindDL1 opened this issue ยท 6 comments

Tried forcing Rustler to 0.18 to no avail, same error.

Manually updating the Cargo.toml to rustler version 0.18 for both of its entries does make it compile (though with a lot of warnings, none of which look to have anything to do with rustler). Also noticed that the html5ever crate is extremely out of date, it looks like some updating in general is needed?

Any update on this?
The manual update does fix the error but it is tedious to do it everytime, and in environnements using the Hex published version, (like CI / CD VMs) is a blocking issue.

Maybe one of the pull requests updating rustler to 0.18 would solve this?

I'll try to get a new version of this crate released tomorrow

And do note, 21.2 was released yesterday as well. :-)

Seems I have some work to do tomorrow then :)

New version 0.7.0 published!