Skip to content

Commit fd3a839

Browse files
build(deps): update jni-sys requirement from 0.3 to 0.4
Updates the requirements on [jni-sys](https://github.com/jni-rs/jni-sys) to permit the latest version. - [Release notes](https://github.com/jni-rs/jni-sys/releases) - [Changelog](https://github.com/jni-rs/jni-sys/blob/master/CHANGELOG.md) - [Commits](jni-rs/jni-sys@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: jni-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98aef99 commit fd3a839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-activity/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ native-activity = []
3030

3131
[dependencies]
3232
log = "0.4"
33-
jni-sys = "0.3"
33+
jni-sys = "0.4"
3434
cesu8 = "1"
3535
jni = "0.21"
3636
ndk-sys = "0.5.0"

0 commit comments

Comments
 (0)