Skip to content

Commit

Permalink
build(deps): update jni requirement from 0.20 to 0.21
Browse files Browse the repository at this point in the history
Updates the requirements on [jni](https://github.com/jni-rs/jni-rs) to permit the latest version.
- [Release notes](https://github.com/jni-rs/jni-rs/releases)
- [Changelog](https://github.com/jni-rs/jni-rs/blob/master/CHANGELOG.md)
- [Commits](jni-rs/jni-rs@v0.20.0...v0.21.1)

---
updated-dependencies:
- dependency-name: jni
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent caa8062 commit 755798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
publish = false

[target.'cfg(target_os = "android")'.dependencies]
jni = "0.20"
jni = "0.21"
libc = "0.2"
log = "0.4.14"
ndk = { version = "0.7", features = ["api-level-23"] }
Expand Down

0 comments on commit 755798d

Please sign in to comment.