Skip to content

Commit b942e2a

Browse files
committed
Updated dependencies, README and removed travis config file
1 parent 46406f7 commit b942e2a

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["java", "jni"]
77
license = "MIT/Apache-2.0"
88
repository = "https://github.com/astonbitecode/java-locator"
99
readme = "README.md"
10-
edition = "2018"
10+
edition = "2021"
1111

1212
[lib]
1313
name = "java_locator"
@@ -21,9 +21,9 @@ doc = false
2121
required-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]
2929
build-binary = ["docopt"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
This is a small utility written in [Rust](https://www.rust-lang.org/).
66

0 commit comments

Comments
 (0)