rustler-0.30.0
What's Changed
- Drop support for RUSTLER_NIF_VERSION by @filmor in #546
- Exclude directories from external resources to be compatible with Elixir 1.15 by @adrienmo in #548
- Fix NifTaggedEnum derived Encoder impl for named-field variants by @dylanburati in #547
- Remove cfg! directives in build.rs causing cross-compilation to fail by @fabriziosestito in #555
- Use compile_env for compile-time configuration by @josevalim in #550
- Remove superfluous
module
argument by @evnu in #560 - Term Type by @filmor in #538
- Fix clippy lints by @filmor in #561
- Bump edition to 2021 and use v2 resolver for workspace by @filmor in #562
- Document to use runtime: false for rustler dependency by @evnu in #559
- Move deprecation warning to correct branch by @filmor in #564
- feat: add result-returning
send
variants toEnv
andOwnedEnv
by @bcksl in #563
New Contributors
- @adrienmo made their first contribution in #548
- @dylanburati made their first contribution in #547
- @fabriziosestito made their first contribution in #555
- @bcksl made their first contribution in #563
Full Changelog: rustler-0.29.1...rustler-0.30.0