Skip to content

Commit b69e064

Browse files
committed
Use j4rs 0.6.0
1 parent fa0290c commit b69e064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>io.github.astonbitecode</groupId>
4343
<artifactId>j4rs</artifactId>
44-
<version>0.5.0-java7</version>
44+
<version>0.6.0-java7</version>
4545
</dependency>
4646
<!-- Test dependencies -->
4747
<dependency>

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib" }
13-
j4rs = "0.5"
13+
j4rs = "0.6"
1414
libc = "0.2"
1515
jni-sys = "0.3"
1616
serde = "1.0"

0 commit comments

Comments
 (0)