You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to build due to the error message above. Full output from RUST_BACKTRACE=full cargo build here:
error: failed to run custom build command for erlang_nif-sys v0.6.4
note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
My apologies. The issue was actually that I was also trying to use serde_rustler, which has rustler version 0.21 as a dependency and was causing the issue.
FWIW I did a very dirty job of search and replace on my fork of serde-rustler to get it compiling with rustler 0.31. I haven't really tested it yet to see what hidden screwups I've introduced.
I'm unable to build due to the error message above. Full output from
RUST_BACKTRACE=full cargo build
here:rustc v 1.76.0. erlang vs 26.2.1-1.
The text was updated successfully, but these errors were encountered: