Skip to content

Commit 1599acb

Browse files
committed
Use j4rs v0.7.0
1 parent c3ce334 commit 1599acb

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
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.github.astonbitecode</groupId>
4444
<artifactId>j4rs</artifactId>
45-
<version>0.6.0-java7</version>
45+
<version>0.7.0-java7</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.dropbox.core</groupId>

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 = {git = "https://github.com/astonbitecode/j4rs.git"}
13+
j4rs = "0.7"
1414
libc = "0.2"
1515
jni-sys = "0.3"
1616
serde = "1.0"

0 commit comments

Comments
 (0)