Skip to content

Commit edfa74d

Browse files
committed
update project
1 parent 9446ece commit edfa74d

File tree

3 files changed

+2710
-2892
lines changed

3 files changed

+2710
-2892
lines changed

Cargo.toml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xcompress"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Magic Len <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/magiclen/xcompress"
@@ -19,10 +19,15 @@ branch = "master"
1919
panic = "abort"
2020

2121
[dependencies]
22-
subprocess = "0.2"
23-
num_cpus = "1.8.0"
22+
clap = "2.33.1"
23+
concat-with = "0.2"
2424
terminal_size = "0.1"
25-
clap = "2.32.0"
25+
26+
execute = "0.2.4"
27+
num_cpus = "1.8.0"
2628
byte-unit = "3"
27-
path-absolutize = "1.1.1"
28-
scanner-rust = "1.2.4"
29+
scanner-rust = "2.0.9"
30+
31+
[dependencies.path-absolutize]
32+
version = "3"
33+
features = ["lazy_static_cache"]

0 commit comments

Comments
 (0)