Skip to content

v138.0

Choose a tag to compare

@dsmithpadilla dsmithpadilla released this 31 Mar 14:59
ed950ba

🦊 What's Changed 🦊

Android

  • Upgraded Kotlin compiler from 1.9.24 to 2.1.20 (#6640)/(#6654)

nss

  • Initialize nss explicitly (#6596)

BREAKING CHANGE:

Components need to call nss::ensure_initialized() before using any component
that depends on NSS. Applications can depend on the init_rust_components
component to handle initialization.

rc_crypto

  • ensure_initialized() now returns a Result

Full Changelog