We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9446ece commit edfa74dCopy full SHA for edfa74d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "xcompress"
3
-version = "0.11.0"
+version = "0.11.1"
4
authors = ["Magic Len <[email protected]>"]
5
edition = "2018"
6
repository = "https://github.com/magiclen/xcompress"
@@ -19,10 +19,15 @@ branch = "master"
19
panic = "abort"
20
21
[dependencies]
22
-subprocess = "0.2"
23
-num_cpus = "1.8.0"
+clap = "2.33.1"
+concat-with = "0.2"
24
terminal_size = "0.1"
25
-clap = "2.32.0"
+
26
+execute = "0.2.4"
27
+num_cpus = "1.8.0"
28
byte-unit = "3"
-path-absolutize = "1.1.1"
-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