File tree Expand file tree Collapse file tree 3 files changed +5
-25
lines changed Expand file tree Collapse file tree 3 files changed +5
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ keywords = ["java", "jni"]
77license = " MIT/Apache-2.0"
88repository = " https://github.com/astonbitecode/java-locator"
99readme = " README.md"
10- edition = " 2018 "
10+ edition = " 2021 "
1111
1212[lib ]
1313name = " java_locator"
@@ -21,9 +21,9 @@ doc = false
2121required-features = [" build-binary" ]
2222
2323[dependencies ]
24- glob = " 0.2 "
25- lazy_static = " 1.2 "
26- docopt = { version = " 1.0 " , optional = true }
24+ glob = " 0.3 "
25+ lazy_static = " 1.4 "
26+ docopt = { version = " 1.1 " , optional = true }
2727
2828[features ]
2929build-binary = [" docopt" ]
Original file line number Diff line number Diff line change 11# java-locator
22
3- [ ![ crates.io] ( https://img.shields.io/crates/v/java-locator.svg )] ( https://crates.io/crates/j4rs )
3+ [ ![ crates.io] ( https://img.shields.io/crates/v/java-locator.svg )] ( https://crates.io/crates/java_locator )
44
55This is a small utility written in [ Rust] ( https://www.rust-lang.org/ ) .
66
You can’t perform that action at this time.
0 commit comments