rusterlium / erlang_nif-sys

Low level bindings to Erlang NIF API for Rust
Apache License 2.0
90 stars 19 forks source link

erlang_nif-sys is not up to date #42

Open jthompson222 opened 2 years ago

jthompson222 commented 2 years ago

I received the following error:

error: failed to run custom build command for erlang_nif-sys v0.6.4

Unsupported Erland version.

Is the erlang_nif-sys version up to date in the Cargo.toml? Does 'cargo update' fix it? If not please report at https://github.com/goertzenator/erlang_nif-sys.

cargo update does not fix this.

evnu commented 2 years ago

See https://github.com/rusterlium/erlang_nif-sys/pull/39#issuecomment-582134181, can you migrate to rustler_sys?