File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# j4rs
2
2
3
3
[ ![ crates.io] ( https://img.shields.io/crates/v/j4rs.svg )] ( https://crates.io/crates/j4rs )
4
- [ ![ Maven Central] ( https://img.shields.io/badge/Maven%20Central-0.15.3 -blue.svg )] ( http://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%22io.github.astonbitecode%22%20AND%20a%3A%22j4rs%22 )
4
+ [ ![ Maven Central] ( https://img.shields.io/badge/Maven%20Central-0.16.1 -blue.svg )] ( http://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%22io.github.astonbitecode%22%20AND%20a%3A%22j4rs%22 )
5
5
![ Build] ( https://github.com/astonbitecode/j4rs/actions/workflows/ci-workflow.yml/badge.svg )
6
6
7
7
j4rs stands for __ 'Java for Rust'__ and allows effortless calls to Java code from Rust and vice-versa.
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.github.astonbitecode</groupId >
5
5
<artifactId >j4rs</artifactId >
6
- <version >0.16.1-SNAPSHOT </version >
6
+ <version >0.16.1</version >
7
7
<name >j4rs</name >
8
8
<description >Java for Rust</description >
9
9
<url >https://github.com/astonbitecode/j4rs</url >
Original file line number Diff line number Diff line change 1
1
# j4rs
2
2
3
3
[ ![ crates.io] ( https://img.shields.io/crates/v/j4rs.svg )] ( https://crates.io/crates/j4rs )
4
- [ ![ Maven Central] ( https://img.shields.io/badge/Maven%20Central-0.15.3 -blue.svg )] ( http://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%22io.github.astonbitecode%22%20AND%20a%3A%22j4rs%22 )
4
+ [ ![ Maven Central] ( https://img.shields.io/badge/Maven%20Central-0.16.1 -blue.svg )] ( http://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%22io.github.astonbitecode%22%20AND%20a%3A%22j4rs%22 )
5
5
![ Build] ( https://github.com/astonbitecode/j4rs/actions/workflows/ci-workflow.yml/badge.svg )
6
6
7
7
j4rs stands for __ 'Java for Rust'__ and allows effortless calls to Java code from Rust and vice-versa.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ use java_locator;
27
27
use sha2:: { Digest , Sha256 } ;
28
28
29
29
// This is the version of the jar that should be used
30
- const VERSION : & ' static str = "0.16.1-SNAPSHOT " ;
30
+ const VERSION : & ' static str = "0.16.1" ;
31
31
32
32
fn main ( ) -> Result < ( ) , J4rsBuildError > {
33
33
let out_dir = env:: var ( "OUT_DIR" ) ?;
You can’t perform that action at this time.
0 commit comments