Skip to content

rustler-0.30.0

Compare
Choose a tag to compare
@filmor filmor released this 11 Oct 10:01
· 115 commits to master since this release

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 to Env and OwnedEnv by @bcksl in #563

New Contributors

Full Changelog: rustler-0.29.1...rustler-0.30.0