0.27 was the earliest Rustler version I found that worked without further modification
the version dependency is ~> 0.27 - it may break in the future with further rustler changes, but I would guess the frequency of this should be very low
I set the skip_compilation? option to true, since we have already compiled the crate. I may be missing something here though
Looks good! I think you're right on the skip_compilation? option, nice catch. I'll merge this in, but it may be a while before we cut a new release since we're blocked by ort coming out of RC.
fixes #33
~> 0.27
- it may break in the future with furtherrustler
changes, but I would guess the frequency of this should be very lowskip_compilation?
option to true, since we have already compiled the crate. I may be missing something here though