Skip to content

Commit

Permalink
Upgrade jni to 0.21.1 (#32216)
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.

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
  • Loading branch information
3 people committed May 20, 2024
1 parent 53c0726 commit 8d2d955
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 8d2d955

Please sign in to comment.