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 fa0290c commit b69e064Copy full SHA for b69e064
java/pom.xml
@@ -41,7 +41,7 @@
41
<dependency>
42
<groupId>io.github.astonbitecode</groupId>
43
<artifactId>j4rs</artifactId>
44
- <version>0.5.0-java7</version>
+ <version>0.6.0-java7</version>
45
</dependency>
46
<!-- Test dependencies -->
47
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 = "0.5"
+j4rs = "0.6"
14
libc = "0.2"
15
jni-sys = "0.3"
16
serde = "1.0"
0 commit comments