Skip to content

Commit c97ef43

Browse files
committed
Use the j4rs 0.3.0 release.
1 parent f91d0be commit c97ef43

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
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>io.github.astonbitecode</groupId>
4343
<artifactId>j4rs</artifactId>
44-
<version>0.3.0-SNAPSHOT</version>
44+
<version>0.3.0</version>
4545
<classifier>java7</classifier>
4646
</dependency>
4747
<!-- Test dependencies -->

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"}
13+
j4rs = "0.3"
1414
libc = "0.2"
1515
jni-sys = "0.3"
1616
serde = "1.0"

0 commit comments

Comments
 (0)