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 7fdc3db commit 5a24c5bCopy full SHA for 5a24c5b
java/pom.xml
@@ -41,7 +41,7 @@
41
<dependency>
42
<groupId>io.github.astonbitecode</groupId>
43
<artifactId>j4rs</artifactId>
44
- <version>0.3.0-java7</version>
+ <version>0.5.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 = "0.8"
13
-j4rs = "0.3"
+j4rs = "0.5"
14
libc = "0.2"
15
jni-sys = "0.3"
16
serde = "1.0"
0 commit comments