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
Presently this crate uses jni-rs v0.19 as an optional dependency for doc generation, and a required dependency for the Android OS target.
The latest release stream, 0.21.x, "makes extensive breaking changes in order to improve safety. Most projects that use this library will need to be changed accordingly.". The upstream project offers a migration guide to help with this process.
Given the advertised safety improvements it's likely worthwhile to consider the steps required for migration.
The text was updated successfully, but these errors were encountered:
Thanks for taking a glance at this! The new safety improvements look very welcome. Our uses are pretty simple so I'm hoping our upgrade path is pretty smooth.
Presently this crate uses
jni-rs
v0.19 as an optional dependency for doc generation, and a required dependency for the Android OS target.The latest release stream, 0.21.x, "makes extensive breaking changes in order to improve safety. Most projects that use this library will need to be changed accordingly.". The upstream project offers a migration guide to help with this process.
Given the advertised safety improvements it's likely worthwhile to consider the steps required for migration.
The text was updated successfully, but these errors were encountered: