1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 02:10:04 +08:00

feat: v0.1.10, fix java_home on macOS

This commit is contained in:
2021-06-19 14:02:33 +08:00
parent 0a02a56d57
commit 26de9ddcc6
3 changed files with 108 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "buildj"
version = "0.1.9"
version = "0.1.10"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
homepage = "https://buildj.ruststack.org/"
@@ -16,3 +16,4 @@ dirs = "3.0"
rust-crypto = "0.2"
lazy_static = "1.4"
rust_util = "0.6"
plist = "1.1"