Skip to content

Commit

Permalink
Upgrade jni to 0.21.1
Browse files Browse the repository at this point in the history
JNI methods in `jniapi` now have explicit lifetime
annotations to adapt it to the new `jni` version.

Co-authored-by: Martin Robinson <[email protected]>
Co-authored-by: Mukilan Thiyagarajan <[email protected]>

Signed-off-by: Mukilan Thiyagarajan <[email protected]>
  • Loading branch information
delan authored and mukilan committed May 20, 2024
1 parent 2af6fe0 commit f23637b
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 213 deletions.
18 changes: 2 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ports/jniapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bench = false
android_logger = "0.13"
getopts = { workspace = true }
ipc-channel = { workspace = true }
jni = "0.18.0"
jni = "0.21.1"
libc = { workspace = true }
libloading = "0.8"
libservo = { path = "../../components/servo" }
Expand Down

0 comments on commit f23637b

Please sign in to comment.