1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-28 01:31:35 +08:00

feat: update version and using simple_error

This commit is contained in:
2021-02-06 11:01:08 +08:00
parent 7248796b2e
commit 186c08a8f5
8 changed files with 382 additions and 871 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "buildj"
version = "0.1.7"
version = "0.1.8"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
homepage = "https://buildj.ruststack.org/"
@@ -8,11 +8,11 @@ license = "MIT"
description = "A java build tool"
[dependencies]
json = "0.12.4"
term = "0.6.1"
reqwest = "0.9.18"
urlencoding = "1.1.1"
dirs = "3.0.1"
rust-crypto = "0.2.36"
lazy_static = "1.4.0"
rust_util = "0.6.22"
json = "0.12"
term = "0.7"
reqwest = { version = "0.11", features = [ "blocking" ] }
urlencoding = "1.1"
dirs = "3.0"
rust-crypto = "0.2"
lazy_static = "1.4"
rust_util = "0.6"