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 f91d0be commit c97ef43Copy full SHA for c97ef43
java/pom.xml
@@ -41,7 +41,7 @@
41
<dependency>
42
<groupId>io.github.astonbitecode</groupId>
43
<artifactId>j4rs</artifactId>
44
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.3.0</version>
45
<classifier>java7</classifier>
46
</dependency>
47
<!-- Test dependencies -->
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"}
+j4rs = "0.3"
14
libc = "0.2"
15
jni-sys = "0.3"
16
serde = "1.0"
0 commit comments