We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ce334 commit 1599acbCopy full SHA for 1599acb
java/pom.xml
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>io.github.astonbitecode</groupId>
44
<artifactId>j4rs</artifactId>
45
- <version>0.6.0-java7</version>
+ <version>0.7.0-java7</version>
46
</dependency>
47
48
<groupId>com.dropbox.core</groupId>
rust/Cargo.toml
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib"}
13
-j4rs = {git = "https://github.com/astonbitecode/j4rs.git"}
+j4rs = "0.7"
14
libc = "0.2"
15
jni-sys = "0.3"
16
serde = "1.0"
0 commit comments